We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65986d1 commit 06373c6Copy full SHA for 06373c6
archtitus.sh
@@ -18,9 +18,10 @@ echo -ne "
18
bash startup.sh
19
source setup.conf
20
bash 0-preinstall.sh
21
+ mkdir /mnt/root/$SCRIPTHOME
22
cp setup.conf /mnt/root/$SCRIPTHOME/setup.conf
23
cp 1-setup.sh /mnt/root/$SCRIPTHOME/1-setup.sh
- cp 2-user.sh /mnt/home/$username/$SCRIPTHOME/2-user.sh
24
+ cp 2-user.sh /mnt/root/$SCRIPTHOME/2-user.sh
25
cp 3-post-setup.sh /mnt/root/$SCRIPTHOME/3-post-setup.sh
26
arch-chroot /mnt /root/$SCRIPTHOME/1-setup.sh
27
arch-chroot /mnt /usr/bin/runuser -u $username -- /home/$username/$SCRIPTHOME/2-user.sh
0 commit comments