auto


Logs | Files | README | LICENSE | GitLab


1
commit 3acb9d62dc6e3163e9fdba16ea47c5837fff15bd
2
Author: nvx1 <[email protected]>
3
Date:   Thu Mar 31 10:06:21 2022 +0200
4
5
    Update.
6
---
7
 autoCleanInstall | 4 ++--
8
 1 file changed, 2 insertions(+), 2 deletions(-)
9
10
diff --git a/autoCleanInstall b/autoCleanInstall
11
index dc04682..5a38387 100755
12
--- a/autoCleanInstall
13
+++ b/autoCleanInstall
14
@@ -207,11 +207,11 @@ post_install(){ \
15
     dialog --colors --title " ~ AutoLinux ~ " --infobox "Installing $x, needed for the installation..." 3 60 ;
16
     pacstrap /mnt $x --needed --noconfirm >/dev/null 2>&1 ; clear ; done ; }
17
 
18
-cp_scripts(){ cd $srcdir && cp AutoInstall /mnt/tmp/ ; cp AutoInstall  /mnt/usr/bin >/dev/null 2>&1 ; }
19
+cp_scripts(){ cd $srcdir && cp autoInstall  /mnt/usr/bin >/dev/null 2>&1 ; }
20
 
21
 success(){ \
22
 figlet -toc 'Success!'|lolcat ; echo -e "\n" ; sleep 2 && 
23
-arch-chroot /mnt /usr/bin/AutoInstall
24
+arch-chroot /mnt /usr/bin/autoInstall
25
 }
26
 
27