Update venv180.py
Browse files- venv180.py +1 -1
venv180.py
CHANGED
@@ -9,7 +9,7 @@ import re
|
|
9 |
xxx = "/kaggle/working"
|
10 |
zzz = "/kaggle/working/asd"
|
11 |
|
12 |
-
os.system('apt-get update')
|
13 |
os.system('apt -y install lz4 pv aria2 > /dev/null 2>&1')
|
14 |
|
15 |
os.system(f'curl -sLo {xxx}/pantat88.py https://raw.githubusercontent.com/gutris1/segsmaker/main/kaggle/script/pantat88.py')
|
|
|
9 |
xxx = "/kaggle/working"
|
10 |
zzz = "/kaggle/working/asd"
|
11 |
|
12 |
+
os.system('apt-get update > /dev/null 2>&1')
|
13 |
os.system('apt -y install lz4 pv aria2 > /dev/null 2>&1')
|
14 |
|
15 |
os.system(f'curl -sLo {xxx}/pantat88.py https://raw.githubusercontent.com/gutris1/segsmaker/main/kaggle/script/pantat88.py')
|