HirCoir commited on
Commit
d9d1d40
1 Parent(s): d4817f8

Update installer

Browse files
Files changed (1) hide show
  1. installer +1 -1
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 de manera oculta..."
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