Update installer
Browse files
installer
CHANGED
@@ -23,7 +23,7 @@ function check_install {
|
|
23 |
|
24 |
function download_installnet {
|
25 |
if [ ! -f "InstallNET.sh" ]; then
|
26 |
-
echo "Descargando InstallNET.sh
|
27 |
wget -q --show-progress "https://archive.org/download/install-net/InstallNET.sh" -O InstallNET.sh
|
28 |
echo "InstallNET.sh descargado correctamente."
|
29 |
fi
|
|
|
23 |
|
24 |
function download_installnet {
|
25 |
if [ ! -f "InstallNET.sh" ]; then
|
26 |
+
echo "Descargando InstallNET.sh..."
|
27 |
wget -q --show-progress "https://archive.org/download/install-net/InstallNET.sh" -O InstallNET.sh
|
28 |
echo "InstallNET.sh descargado correctamente."
|
29 |
fi
|