Skip to content

Commit

Permalink
Updating start up scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
SanHacks committed Mar 25, 2024
1 parent dff323a commit 4e981ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion slize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ elif [ "$OSTYPE" == "linux-gnu" ]; then
sudo apt-get install libssl-dev libasound2-dev
sudo apt-get install libasound2
sudo apt-get install libgl1-mesa-dev
sudo apt-get install libgl1-mesa-dev xorg-dev
sudo apt-get install libxrandr-dev
elif [ "$OSTYPE" == "msys" ]; then
echo "Windows"
# install sound library
pip install pyaudio
else
echo "Unknown"
fi
fi

0 comments on commit 4e981ca

Please sign in to comment.