Update setup.bash
This commit is contained in:
parent
2fd72c18c7
commit
30edde4216
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ apt-get install -y \
|
|||
axel \
|
||||
zip \
|
||||
wget \
|
||||
python3-pip
|
||||
python3-pip \
|
||||
bsdmainutils
|
||||
echo "************ RAHasher installation ************"
|
||||
mkdir -p ${RAHASHER_PATH}
|
||||
wget "https://github.com/RetroAchievements/RALibretro/releases/download/1.4.0/RAHasher-x64-Linux-1.6.0.zip" -O "${RAHASHER_PATH}/rahasher.zip"
|
||||
|
|
Loading…
Reference in a new issue