浏览代码

Actualizar 'README.md'

yosoyhendrix 8 小时之前
父节点
当前提交
4c9c3a04ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -15,7 +15,7 @@ Ubuntu 24.04 does not include Python 2.7 by default, as it has reached its end o
 3. **Download Python 2.7.18 source code:**
     ```bash
     cd /usr/src
-    wget https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tgz
+    wget https://repo.yosoyhendrix.com/yosoyhendrix/Python-2.7/raw/main/Python-2.7.18.tgz
     ```
 4. **Extract the downloaded file:**
     ```bash