git clone https://github.com/Botspot/TwistUP
gio trash ~/patcher
git clone https://github.com/Botspot/TwistUP patcher
cd ~/patcher
#or
cd ~/TwistUP
./patch.sh
Intended for users who prefer patching "manually".
./patch.sh cli
Intended to be used in non-interactive scripts.
./patch.sh cli-yes
Uses a YAD dialog to display a list of available patches and asks for confirmation. If no updates available, no window appears.
Intended for... I don't know. Someone might prefer this over gui
.
./patch.sh gui-update
Uses a YAD dialog to display local version and latest version. If an update is available, this displays a Details button to install the patch. Intended to be launched from the Menu.
./patch.sh gui
If updates are available, this displays a notification on the bottom-right of the screen to let you know.
Intended to be run on start-up.
./patch.sh gui-autostart
As of commit c8e8c15, TwistUP automatically keeps itself updated whenever patch.sh
is executed.
To disable this, create a file in your ~/TwistUP
folder (or ~/patcher
folder) named no-update-patcher
. The file can be empty.