Update install_rp.sh
Browse files- install_rp.sh +1 -1
install_rp.sh
CHANGED
@@ -23,7 +23,7 @@ apt -y update -qq
|
|
23 |
apt-get install git-lfs
|
24 |
apt-get -y install rsync
|
25 |
apt-get -y install zip
|
26 |
-
apt-get -y install aria2 unzip
|
27 |
"""
|
28 |
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
|
29 |
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
|
|
|
23 |
apt-get install git-lfs
|
24 |
apt-get -y install rsync
|
25 |
apt-get -y install zip
|
26 |
+
#apt-get -y install aria2 unzip
|
27 |
"""
|
28 |
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
|
29 |
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
|