This commit is contained in:
tuxwarrior
2024-05-01 10:51:27 -05:00
parent 36f9cf58fc
commit 9b99aecc87
2 changed files with 4 additions and 4 deletions

View File

@@ -42,9 +42,9 @@ sudo pacman -Syu
echo "-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-"
# -----
# setup all packages for given host
# update all packages for given host
# -----
if [ ${operation} == "setup" ] ; then
if [ ${operation} == "update" ] ; then
param_check "${parameter}" "no host name given"