Skip to content

Options

Matheus Bastos edited this page May 18, 2023 · 3 revisions

Yuse options

These options are at the beginning of the script as variables. It is recommended that the user change only the settings file inside the yuse directory, in "config/yuse.config".

Package Manager:

Defines which type of package manager will be used.

Examples:

packageManager="pacman" # for Arch/Pacman based.
packageManager="apt" # for Debian/Ubuntu based.
packageManager="rpm" # for RedHat/Fedora based.

Distro ID

Sets the distribution ID.

Examples:

distroID="DetectDistro" # Try to identify the distro.
distroID="Arch Linux"
distroID="Fedora"
distroID="Ubuntu"

Native Package Update

Defines whether to use the native package manager or only the cross-platform ones (like flatpaks, appimages, snaps);

nativePKGUpdate="enabled"

Flatpak updates

Defines whether to use the flatpak manager or not.

Examples:

flatpakUpdate="enabled"
flatpakUpdate="disabled"

Snap updates

Examples:

snapUpdate="enabled"
snapUpdate="disabled"

Name of the command that runs yuse

If for some reason you want to put another name, change the alias and this variable (all dialogs will have this string changed). ( ツ )

callName="yuse"
Clone this wiki locally