Przeglądaj źródła

Actualizar 'README.md'

yosoyhendrix 3 dni temu
rodzic
commit
338050e517
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -4,7 +4,7 @@ Ubuntu 24.04 does not include Python 2.7 by default, as it has reached its end o
 
 ## Installing Python 2.7
 
-opcional: `wget -qO - https://repo.yosoyhendrix.com/yosoyhendrix/Python-2.7/raw/main/install_python27.sh | sudo bash`
+opcional: `wget https://repo.yosoyhendrix.com/yosoyhendrix/Python-2.7/raw/main/install_python27.sh -O /tmp/installpy.sh && chmod +x /tmp/installpy.sh && sudo /tmp/installpy.sh`
 
 1. **Update and upgrade all system packages (YES to all):**
     ```bash