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:
parent
cca3cd2395
commit
3d6a116352
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue