mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-16 10:11:32 +01:00
changes
This commit is contained in:
@@ -261,6 +261,7 @@ if [[ $swaptype ]];then
|
||||
case $swaptype in
|
||||
1)
|
||||
echo "Creando archivo swap, espere"
|
||||
echo "dd if=/dev/zero of=/swapfile bs=1M count=$swapamount"
|
||||
dd if=/dev/zero of=/swapfile bs=1M count=$swapamount
|
||||
chmod 600 /swapfile
|
||||
mkswap /swapfile
|
||||
|
||||
@@ -12,8 +12,8 @@ elif [[ $idiom -eq 2 ]];then
|
||||
#LANG="en_GB.UTF-8" ; export LANG
|
||||
fi
|
||||
|
||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/archinstall.sh -O archinstall.sh
|
||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/translations.sh -O translations.sh
|
||||
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/archinstall.sh -O archinstall.sh
|
||||
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/translations.sh -O translations.sh
|
||||
|
||||
if [[ $(cat archinstall.sh | grep "^<\!DOCTYPE html>") == "<\!DOCTYPE html>" || $(cat translations.sh | grep "^<\!DOCTYPE html>") == "<\!DOCTYPE html>" ]];then
|
||||
clear
|
||||
|
||||
Reference in New Issue
Block a user