we expect people to upgrade with apk upgrade -a
(quoting ollieparanoid from pmos)
This commit is contained in:
parent
cdadb27884
commit
81385c228d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ echo "Updating all packages from repositories"
|
|||
sudo apk update
|
||||
|
||||
echo "Upgrading all packages"
|
||||
sudo apk upgrade
|
||||
sudo apk upgrade -a
|
||||
|
||||
echo "Upgrade complete - reboot for all changes to take effect"
|
||||
read -r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue