| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 6c7b536b60f0e3c6cec172b5800af99f5ef5e234 |
2 | Author: dqYpb <[email protected]> |
3 | Date: Sat Mar 26 14:19:10 2022 +0000 |
4 | |
5 | Update to Auto-PreInstall |
6 | --- |
7 | Auto-PreInstall.sh | 4 ++-- |
8 | 1 file changed, 2 insertions(+), 2 deletions(-) |
9 | |
10 | diff --git a/Auto-PreInstall.sh b/Auto-PreInstall.sh |
11 | index 675bbde..bdd687c 100755 |
12 | --- a/Auto-PreInstall.sh |
13 | +++ b/Auto-PreInstall.sh |
14 | @@ -125,11 +125,11 @@ pacstrap /mnt \ |
15 | pulseaudio-bluetooth pulsemixer bluez bluez-tools bluez-plugins bluez-libs wget lolcat grub efibootmgr dosfstools mtools pacman-contrib fzf \ |
16 | terminus-font os-prober bash-completion --needed --noconfirm ; clear ; } |
17 | |
18 | -cp_scripts(){ cd $srcdir && cp AutoLinux.sh .skell /mnt/tmp/ ; cp AutoLinux.sh /mnt/bin/AutoLinux-installer >/dev/null 2>&1 ; } |
19 | +cp_scripts(){ cd $srcdir && cp AutoLinux.sh .skell /mnt/tmp/ ; cp AutoInstall /mnt/usr/bin/AutoInstall >/dev/null 2>&1 ; } |
20 | |
21 | success(){ clear ; setfont ter-p16n && echo -e "" && |
22 | figlet -toc 'Success!'|lolcat ; echo -e "\n" ; sleep 2 && |
23 | -arch-chroot /mnt AutoLinux-installer ; clear ; skell ; } |
24 | +arch-chroot /mnt /usr/bin/AutoInstall ; clear ; } |
25 | |
26 | check_root ; requierments ; # refreshkeys ; |
27 | welcome ; init ; partitioning ; |