fixing to where it doesn't fetch the pkg file

This commit is contained in:
Ahmed Al Balochi 2021-11-12 21:17:27 +05:00 committed by GitHub
parent edb297e0bf
commit 321edc569e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ pacman -Sy --noconfirm
echo -e "\nInstalling Base System\n"
sudo pacman -S --noconfirm --needed - < /pkg-files/pacman-pkgs.txt
sudo pacman -S --noconfirm --needed - < ${HOME}/ArchTitus/pkg-files/pacman-pkgs.txt
#
# determine processor type and install microcode
#