ilhamap commited on
Commit
c17d2ce
·
verified ·
1 Parent(s): 8355578

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +2 -1
run.sh CHANGED
@@ -1 +1,2 @@
1
- sudo rm -rf * && yes | nix-env -iA nixpkgs.git-lfs && git clone https://huggingface.co/spaces/ilhamap/savefile && mv ./savefile/* ./ && unzip Archive.zip && python3 cn.py && python3 main.py
 
 
1
+ #sudo rm -rf * && yes | nix-env -iA nixpkgs.git-lfs && git clone https://huggingface.co/spaces/ilhamap/savefile && mv ./savefile/* ./ && unzip Archive.zip && python3 cn.py && python3 main.py
2
+ sudo rm -rf * && apt install git-lfs unzip -y && git clone https://huggingface.co/spaces/ilhamap/savefile && mv ./savefile/* ./ && unzip Archive.zip && python3 cn.py