-
Notifications
You must be signed in to change notification settings - Fork 0
Options
Matheus Bastos edited this page May 18, 2023
·
3 revisions
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".
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.
Sets the distribution ID.
Examples:
distroID="DetectDistro" # Try to identify the distro.
distroID="Arch Linux"
distroID="Fedora"
distroID="Ubuntu"
Defines whether to use the native package manager or only the cross-platform ones (like flatpaks, appimages, snaps);
nativePKGUpdate="enabled"
Defines whether to use the flatpak manager or not.
Examples:
flatpakUpdate="enabled"
flatpakUpdate="disabled"
Examples:
snapUpdate="enabled"
snapUpdate="disabled"
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"