We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcef780 commit 64ceeb7Copy full SHA for 64ceeb7
1 file changed
install.sh
@@ -166,7 +166,7 @@ reflector --country Canada --protocol https --sort rate --save /etc/pacman.d/mir
166
pacman -Sy
167
168
#Install distro
169
-chmod +x *.sh
+wget https://raw.githubusercontent.com/EmperorPenguin18/linux-installer/main/$(echo $distro).sh && chmod +x $(echo $distro).sh
170
if [[ $distro = "debian" ]]; then
171
./debian.sh $BOOTTYPE $time $host $pass $user $DISKNAME $ROOTNAME
172
elif [[ $distro = "fedora" ]]; then
@@ -193,6 +193,7 @@ fi
193
umount -A /dev/$ENCRYPTNAME
194
rm /etc/pacman.d/mirrorlist
195
mv /etc/pacman.d/mirrorlist.bak /etc/pacman.d/mirrorlist
196
+rm $(echo $distro).sh
197
198
echo "-------------------------------------------------"
199
echo " All done! You can reboot now. "
0 commit comments