Spaces:
Running
Running
wissamantoun
commited on
Commit
•
8d50436
1
Parent(s):
412c787
removed sudo
Browse files- backend/utils.py +1 -1
backend/utils.py
CHANGED
@@ -21,5 +21,5 @@ def install_git_lfs():
|
|
21 |
os.system(
|
22 |
"curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash"
|
23 |
)
|
24 |
-
os.system("
|
25 |
os.system("git lfs install")
|
|
|
21 |
os.system(
|
22 |
"curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash"
|
23 |
)
|
24 |
+
os.system("apt-get install git-lfs")
|
25 |
os.system("git lfs install")
|