diff --git a/archnikus.sh b/archnikus.sh new file mode 100644 index 0000000..51acf05 --- /dev/null +++ b/archnikus.sh @@ -0,0 +1,7 @@ +#!/bin/bash + + bash 0-preinstall.sh + arch-chroot /mnt /root/ArchNikus/1-setup.sh + source /mnt/root/ArchNikus/install.conf + arch-chroot /mnt /usr/bin/runuser -u $username -- /home/$username/ArchNikus/2-user.sh + arch-chroot /mnt /root/ArchNikus/3-post-setup.sh \ No newline at end of file diff --git a/archtitus.sh b/archtitus.sh deleted file mode 100755 index db537b3..0000000 --- a/archtitus.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - - bash 0-preinstall.sh - arch-chroot /mnt /root/ArchTitus/1-setup.sh - source /mnt/root/ArchTitus/install.conf - arch-chroot /mnt /usr/bin/runuser -u $username -- /home/$username/ArchTitus/2-user.sh - arch-chroot /mnt /root/ArchTitus/3-post-setup.sh \ No newline at end of file