layout upd

This commit is contained in:
tuxwarrior
2024-04-30 22:02:09 -05:00
parent 6fa8cb753e
commit bf308155e3
3 changed files with 5 additions and 6 deletions

View File

@@ -32,6 +32,8 @@ param_check() {
fi
}
# ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
# -----
# always update the system
# -----
@@ -39,7 +41,6 @@ sudo pacman -Syu
echo "-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-"
# -----
# setup all packages for given host
# -----
@@ -94,8 +95,6 @@ if [ ${operation} == "setup" ] ; then
fi
# -----
# install package
# -----