Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
antip00 authored Jun 3, 2024
1 parent de50321 commit 5948a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sudo chmod 777 /tmp/target

echo "Install required packages..."
./retry.sh 60 2 "pip install -r pip_requirements.txt --break-system-packages"
sudo apt-get update && sudo apt-get install libgl1
sudo apt-get update && sudo apt-get install ffmpeg libsm6 libxext6 -y
sudo mkdir assets
sudo chmod 777 assets
sudo touch assets/sessions.json
Expand Down

0 comments on commit 5948a0d

Please sign in to comment.