first install base

This commit is contained in:
Tobias Powalowski 2024-04-12 21:04:18 +02:00
parent d79fda38e5
commit f0de42c467

View file

@ -17,6 +17,7 @@ _archboot_check
# update pacman db first
pacman -Sy
if [[ "${1}" == "base" ]]; then
pacman -S base
_PACKAGE="$(pacman -Qi base | grep Depends | cut -d ":" -f2)"
else
_PACKAGE="${1}"