From 2aafba25a5da4c7239cf04a5f7bdf2accc6fa3f8 Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Sun, 7 Jan 2024 19:57:21 -0700 Subject: [PATCH] Update readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 6a4e732..8d05ea1 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,25 @@ To uninstall AllPac is quite simple. You just remove the `.allpac` directory. As ### NOTE: UNINSTALLING AllPac WILL *NOT* UNINSTALL PACKAGES INSTALLED *BY* AllPac! +## Updating AllPac + +If you used the Installer Script, updating is easy. Just run `allpac-update-system`. + +If you did *NOT* use the Installer Script, updating is stil super easy. Just use `wget` to pull down the [updater script](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/update.sh): +```bash +wget -O ~/.allpac/bin/allpac-updater.sh "https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/update.sh" +``` + +Give it the needed permissions: +```bash +chmod u+rwx ~/.allpac/bin/allpac-updater.sh +``` + +Then run the updater script: +```bash +sh ~/.allpac/bin/allpac-updater.sh +``` + ## Feedback and Contributions Feedback, bug reports, and contributions are welcome! Feel free to open issues on the [Git repository](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/AllPac/issues) or submit pull requests.