1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

scripts/iiab-update: Clarify summary/purpose for PR #3768

This commit is contained in:
A Holt 2024-07-18 05:19:38 -04:00 committed by GitHub
parent cca3cd2395
commit 3d6a116352
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
#!/bin/bash
# Basic updating/upgrading of IIAB's core software (2 main repos) from GitHub.
# Upgrade IIAB core software (apt updates, Ansible, Admin Console, etc).
# With a focus on upgrading IIAB Calibre-Web, if that's installed:
# Also with a focus on upgrading IIAB Calibre-Web, if that's installed:
# https://github.com/iiab/calibre-web/wiki
if [[ $(id -un) != "root" ]]; then
@ -14,7 +14,7 @@ if [[ $1 == "-f" || $1 == "--fast" ]]; then
echo -e "\n\n\e[44;1mAttempting a FAST upgrade of IIAB Calibre-Web...\e[0m\n"
echo -e "\n\e[33m'iiab-update -f' DOES NOT apply apt updates.\e[0m"
else
echo -e "\n\n\e[44;1mBasic upgrade of IIAB core software (2 main repos) & Calibre-Web:\e[0m\n"
echo -e "\n\n\e[44;1mUpgrade IIAB core software: (apt updates, Ansible, Admin Console, etc)\e[0m\n"
echo -e "\n\e[44;1mOr try 'iiab-update -f' for a FAST upgrade of IIAB Calibre-Web!\e[0m\n\n"
echo -e "\e[4mNow running: apt update\e[0m\n"
apt update