Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterbweise authored Aug 23, 2024
1 parent 3c9630b commit e37e031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ mbinary=('Game Binary Installation.' 'Installation des fichiers binaires.')

# Download Game File
cd $HOME/T5Server/
wget https://plutonium.pw/pluto_t5_full_game.torrent
wget https://web.archive.org/web/20230106045330mp_/https://www.plutonium.pw/pluto_t5_full_game.torrent
tmpfile=$(mktemp)
chmod a+x $tmpfile
echo "killall transmission-cli" > $tmpfile
Expand All @@ -180,4 +180,4 @@ printf "\n${GREEN}${mfinish[$languages]}${NC}\n"
printf "\n${mquit[$languages]}"
stty -igncr
read
exit
exit

0 comments on commit e37e031

Please sign in to comment.