remove an apt package

master
HybridDog 2021-11-08 17:29:14 +01:00
parent e2d5d00319
commit 8b12eac38e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ download_schismtracker_and_depends() {
git clone --depth=1 https://github.com/schismtracker/schismtracker.git
# Install dependencies with apt
sudo apt-get install build-essential automake autoconf autoconf-archive \
libx11-dev libxext-dev libxv-dev libxxf86misc-dev \
libx11-dev libxext-dev libxv-dev \
libxxf86vm-dev libsdl1.2-dev libasound2-dev mercurial \
libtool
}