浏览代码

this is only bc of github

Noah 4 年之前
父节点
当前提交
15eca47aa1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      safe-arch.sh

+ 1 - 1
safe-arch.sh

@@ -83,7 +83,7 @@ mv drive /mnt
 read -p "Press any key to continue"
 mv comp /mnt/etc/hostname
 read -p "Press any key to continue"
-curl https://raw.githubusercontent.com/noahvogt/norisa/master/chroot.sh > /mnt/chroot.sh && arch-chroot /mnt bash chroot.sh && rm /mnt/chroot.sh
+curl https://raw.githubusercontent.com/noahvogt/norisa/main/chroot.sh > /mnt/chroot.sh && arch-chroot /mnt bash chroot.sh && rm /mnt/chroot.sh
 read -p "Press any key to continue"
 
 dialog --defaultno --title "Final Qs" --yesno "Reboot computer?"  5 30 && reboot