diff options
| -rwxr-xr-x | install.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,6 @@ if [ $(id -u) -ne 0 ]      exit  fi  if [ ! -e installed ]; then -touch installed  SCRIPTPATH=$(dirname "$(readlink -f "$0")")  if [ -z $1 ]; then @@ -43,6 +42,7 @@ pacstrap /mnt base  genfstab -U /mnt >> /mnt/etc/fstab  cd $SCRIPTPATH/..  cp -r dotfiles /mnt +touch installed  fi  #echo "arch-chroot into the new system and run dotfiles/build.sh"  arch-chroot /mnt << EOF  | 
