Skip to content

Commit 06373c6

Browse files
author
fenris
committed
make directory
1 parent 65986d1 commit 06373c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

archtitus.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ echo -ne "
1818
bash startup.sh
1919
source setup.conf
2020
bash 0-preinstall.sh
21+
mkdir /mnt/root/$SCRIPTHOME
2122
cp setup.conf /mnt/root/$SCRIPTHOME/setup.conf
2223
cp 1-setup.sh /mnt/root/$SCRIPTHOME/1-setup.sh
23-
cp 2-user.sh /mnt/home/$username/$SCRIPTHOME/2-user.sh
24+
cp 2-user.sh /mnt/root/$SCRIPTHOME/2-user.sh
2425
cp 3-post-setup.sh /mnt/root/$SCRIPTHOME/3-post-setup.sh
2526
arch-chroot /mnt /root/$SCRIPTHOME/1-setup.sh
2627
arch-chroot /mnt /usr/bin/runuser -u $username -- /home/$username/$SCRIPTHOME/2-user.sh

0 commit comments

Comments
 (0)