https://github.com/rexogamer/ishupdater
Updates the MOTD and Alpine in iSH for you.
https://github.com/rexogamer/ishupdater
Last synced: about 1 year ago
JSON representation
Updates the MOTD and Alpine in iSH for you.
- Host: GitHub
- URL: https://github.com/rexogamer/ishupdater
- Owner: Rexogamer
- License: mit
- Created: 2020-01-07T18:58:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T19:47:45.000Z (over 5 years ago)
- Last Synced: 2025-03-22T03:26:10.689Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iSHUpdater
Updates the MOTD and Alpine in iSH for you. Currently this isn't very flexible, but I intend to make it more so.
## Requirements
- APK (to install Python/Git, which you'll need to run this); see below
- Git (to download the files)
- Python 3.4+ (`apk add python3` will do the trick)
The required Python packages are built in.
### Note for App Store users
If you've downloaded iSH from the App Store, by default APK isn't included. To install it, follow the steps [here](https://github.com/ish-app/ish/wiki/Installing-apk-on-the-App-Store-Version). (Unconfimed: this doesn't apply to Testflight/AltStore users.)
## Usage
After cloning and `cd`ing to the relevant directory:
`python3 updater.py [--help | -all | -noapk | -nomotd]`
### Flags
- `all` updates everything (ie both Alpine and the MOTD).
- `noapk` ignores Apline and only updates the MOTD.
- `nomotd` ignores the MOTD and only updates Alpine
### Notes
- If (like me) you use the edge repository for Apline and simply want to update everything, type "edge" into the prompts.
## Bugs/feature requests
You can [**open an issue**](https://github.com/rexogamer/ishupdater/issues/new) or contact me via [**one of these methods**](https://github.com/Rexogamer/rexogamer/blob/master/README.md#contacting-me).