parent
6420bf14e7
commit
be3fbd72c4
2 changed files with 7 additions and 0 deletions
@ -0,0 +1,6 @@ |
||||
#!/usr/bin/env sh |
||||
echo "Updating all packages from repositories" |
||||
sudo apk update |
||||
|
||||
echo "Upgrading all packages" |
||||
sudo apk upgrade |
Loading…
Reference in new issue