wissamantoun commited on
Commit
8d50436
1 Parent(s): 412c787

removed sudo

Browse files
Files changed (1) hide show
  1. 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("sudo apt-get install git-lfs")
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")