Silenced rm output

This commit is contained in:
Paul Black 2022-07-03 23:58:24 +00:00
parent cde2b28b27
commit 03a88325b8

View file

@ -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"