trojblue commited on
Commit
d1cc5db
·
verified ·
1 Parent(s): abcf01c

Update aws_software_setup.sh

Browse files
Files changed (1) hide show
  1. aws_software_setup.sh +4 -0
aws_software_setup.sh CHANGED
@@ -45,5 +45,9 @@ else
45
  echo "Miniconda3 is already installed."
46
  fi
47
 
 
 
 
 
48
  echo "run in terminal:"
49
  echo "source ~/.bashrc && python -m pip install unibox ipykernel jupyter s5cmdpy poetry uv huggingface-hub && python -m ipykernel install --user --name=conda310"
 
45
  echo "Miniconda3 is already installed."
46
  fi
47
 
48
+ # install cloudflared
49
+ wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O ~/cfed
50
+ chmod +x ~/cfed
51
+
52
  echo "run in terminal:"
53
  echo "source ~/.bashrc && python -m pip install unibox ipykernel jupyter s5cmdpy poetry uv huggingface-hub && python -m ipykernel install --user --name=conda310"