Skip to content

Commit 1025c74

Browse files
committed
added install YAY
1 parent fc53701 commit 1025c74

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

install_LEGACY_linux.sh

100644100755
+3-4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ genfstab -U /mnt >> /mnt/etc/fstab
7979
cp b43-firmware-6.30.163.46-1-any.pkg.tar.zst /mnt/root
8080
cp sudoers /mnt/etc
8181

82+
cp POST_INSTALL.sh /mnt
83+
8284
echo Going CHROOT
8385
pacman -Syu --noconfirm
8486

@@ -200,10 +202,7 @@ sudo make install
200202
201203
echo Installing AUR Packages
202204
203-
for PACK in /FILES/AUR_PACKAGES
204-
do
205-
pacman -U $PACK --noconfirm --needed
206-
done
205+
/POST_INSTALL.sh
207206
208207
EOF
209208

install_UEFI_linux.sh

+4
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ cp VM_xinitrc /mnt/home
8989
cp sxhkdrc /mnt/home
9090
cp dusk_config.h /mnt/home
9191

92+
cp POST_INSTALL.sh /mnt
93+
9294
echo Going CHROOT
9395
arch-chroot /mnt /bin/bash <<EOF >/dev/tty
9496
pacman -Syu --noconfirm
@@ -207,6 +209,8 @@ do
207209
pacman -U $PACK --noconfirm --needed
208210
done
209211
212+
/POST_INSTALL.sh
213+
210214
EOF
211215

212216
echo moving dusk

setup_system.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)