quantumiracle-git commited on
Commit
d85ed91
·
1 Parent(s): d708636

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ ENVS = ['ShadowHand', 'ShadowHandCatchAbreast', 'ShadowHandOver', 'ShadowHandBlo
25
  # os.remove('.git/hooks/pre-push') # https://github.com/git-lfs/git-lfs/issues/853
26
  LOAD_DATA_GOOGLE_DRIVE = False
27
 
28
- os.system('curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash')
29
  os.system('apt-get install git-lfs')
30
 
31
 
 
25
  # os.remove('.git/hooks/pre-push') # https://github.com/git-lfs/git-lfs/issues/853
26
  LOAD_DATA_GOOGLE_DRIVE = False
27
 
28
+ os.system('curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash')
29
  os.system('apt-get install git-lfs')
30
 
31