Update run.sh
Browse files
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
|