Skip to content

Options

Matheus Bastos edited this page Jan 14, 2023 · 3 revisions

Yuse options

These options are at the beginning of the script as variables.

Package Manager:

Defines which package manager to use.

packageManager="pacman"

Native Package Update

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

nativePKGUpdate="enable"

Flatpak updates

Defines whether to use the flatpak manager or not.

flatpakUpdate="enabled"

Snap updates

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