Silenced rm output
This commit is contained in:
parent
cde2b28b27
commit
03a88325b8
1 changed files with 3 additions and 4 deletions
|
@ -6,10 +6,9 @@ echo or enter to continue
|
|||
read
|
||||
|
||||
#Download game
|
||||
echo "If rm throws errors, you can safely ignore it"
|
||||
rm "Polygon2010.exe"
|
||||
rm "Polygon2011.exe"
|
||||
rm "Polygon2012.exe"
|
||||
rm -f "Polygon2010.exe"
|
||||
rm -f "Polygon2011.exe"
|
||||
rm -f "Polygon2012.exe"
|
||||
wget "https://setup2010.pizzaboxer.xyz/Polygon2010.exe"
|
||||
wget "https://setup2011.pizzaboxer.xyz/Polygon2011.exe"
|
||||
wget "https://setup2012.pizzaboxer.xyz/Polygon2012.exe"
|
||||
|
|
Loading…
Reference in a new issue