Fixes
This commit is contained in:
parent
cf9ed766ff
commit
43c88598cf
@ -124,6 +124,8 @@ genfstab -U /mnt >> /mnt/etc/fstab
|
||||
|
||||
cp setup-system.sh /mnt/
|
||||
cp install-rice.sh /mnt/
|
||||
cp enabled-services.txt /mnt/
|
||||
cp installed_packages_database.txt /mnt/
|
||||
|
||||
echo -e "${Blue}Chrooting into new system, execute setup-system.sh to install all needed packages and setup services${Color_Off}"
|
||||
arch-chroot /mnt
|
||||
|
@ -83,6 +83,7 @@ git clone https://aur.archlinux.org/yay.git ~/.install/yay
|
||||
cd ~/.install/yay
|
||||
makepkg -si
|
||||
|
||||
cd ~/arch-rice/
|
||||
echo "Install AUR packages"
|
||||
while read aur_package; do
|
||||
yay -S $aur_package;
|
||||
|
Loading…
Reference in New Issue
Block a user