diff --git a/dots/archinstall/common/packages.txt.obsolete b/dots/archinstall/common/packages.txt.obsolete new file mode 100644 index 0000000..e69de29 diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 80a86eb..293f48d 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -121,8 +121,8 @@ do_update() { # ----- if [ ${operation} == "update" ] ; then - do_update("common") - do_update(${parameter}) + do_update "common" + do_update ${parameter} fi