Various progess on calling & texting; reorganize scripts dirs by category
This commit is contained in:
parent
334c74ad39
commit
ae983ef8c8
35 changed files with 1002 additions and 221 deletions
6
scripts/core/sxmo_upgrade.sh
Executable file
6
scripts/core/sxmo_upgrade.sh
Executable file
|
@ -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…
Add table
Add a link
Reference in a new issue