Deleted install file in Doom 3 app
Deleted install file because there are two install files and only one of them works because the deleted install file only runs the install script from the RPIDoom3Installer github repository and thats not enough as we need to clone the repository which has the deb files required during installation. The install-32 file works perfectly as it clones the repo.pull/179/head
parent
4aff2f2ab4
commit
e15997ea7c
@ -1,16 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
|
||||
|
||||
function error {
|
||||
echo -e "\\e[91m$1\\e[39m"
|
||||
exit 1
|
||||
}
|
||||
|
||||
# Get dependencies
|
||||
"${DIRECTORY}/pkg-install" "libfontconfig-dev qt5-default automake mercurial libtool libfreeimage-dev \
|
||||
libopenal-dev libpango1.0-dev libsndfile-dev libudev-dev libtiff5-dev libwebp-dev libasound2-dev \
|
||||
libaudio-dev libxrandr-dev libxcursor-dev libxi-dev libxinerama-dev libxss-dev libesd0-dev \
|
||||
freeglut3-dev libmodplug-dev libsmpeg-dev libjpeg-dev libogg-dev libvorbis-dev libvorbisfile3 libcurl4 cmake aria2 lolcat figlet" "$(dirname "$0")" || exit 1
|
||||
|
||||
wget -qO- https://raw.githubusercontent.com/techcoder20/RPIDoom3Installer/main/install.sh | bash || error "install.sh script failed!"
|
Loading…
Reference in New Issue