mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-01-19 16:14:45 +00:00
11 lines
351 B
Bash
11 lines
351 B
Bash
#!/bin/bash
|
|
|
|
echo "Removing old installers"
|
|
|
|
[ -f TribesNext_RC2_LinuxVersion.zip ] && rm TribesNext_RC2_LinuxVersion.zip
|
|
[ -f TribesNext_rc2a.exe ] && rm TribesNext_rc2a.exe
|
|
[ -f classic_v152.zip ] && rm classic_v152.zip
|
|
[ -f ruby-1.9.0-2-i386-mswin32.zip ] && rm ruby-1.9.0-2-i386-mswin32.zip
|
|
[ -f tribes2gsi.exe ] && rm tribes2gsi.exe
|
|
|
|
echo "Done!" |