KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
TwistUP
★ 22
Open GitHub ↗
The new, simple Twister OS patcher
Download README (.md)
Explore Similar Repositories
worker
:
Base PHP worker for RoadRunner server.
Vigotech-VG-L7X
:
VG-L7X Vigotech engraver (WiFi model) resources and hack
numism
:
I'm at the platform game, I'm at the emulator test, I'm at the combination platform game and emulator test
php-pdo-connection-class
:
Criação de classe PHP de conexão com bancos de dados via PDO
logica-js
:
Pequeno guia de ferramentas iniciais do JavaScripto + exercícios!
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
TwistUP
?
Download (.md)
# TwistUP ## The new, simple Twister OS patcher AKA TwisterOS Patcher 2.0!  ## To download to the ~/TwistUP folder ``` git clone https://github.com/Botspot/TwistUP ``` ## To download to ~/patcher ``` gio trash ~/patcher git clone https://github.com/Botspot/TwistUP patcher ``` ## Enter directory: ``` cd ~/patcher #or cd ~/TwistUP ``` ## To run: ``` ./patch.sh ``` ## Flags: ### Lists available patches in the terminal and asks permission to update. Intended **for users who prefer patching "manually"**. ``` ./patch.sh cli ``` ### Just like above, but automatically applies the patch. Intended to be **used in non-interactive scripts**. ``` ./patch.sh cli-yes ``` ### GUI Update mode. 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 ``` ### GUI mode. 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 ``` ### GUI autostart mode. 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 ``` ## Auto updating: As of commit [c8e8c15](https://github.com/Botspot/TwistUP/commit/ab4a41750c26918f5753946e89d3d9b9d701d430), **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.