Files
alpine-web-werver/bin/upgrade.sh
T
2019-04-15 19:36:15 +02:00

17 lines
327 B
Bash
Executable File

#!/bin/sh
# TODO check if root
echo '\033[35m
__ ______ __________ ___ ____ ______
/ / / / __ \/ ____/ __ \/ | / __ \/ ____/
/ / / / /_/ / / __/ /_/ / /| | / / / / __/
/ /_/ / ____/ /_/ / _, _/ ___ |/ /_/ / /___
\____/_/ \____/_/ |_/_/ |_/_____/_____/
\033[0m'
. bin/checkroot.sh
apk update
apk upgrade