mirror of
https://github.com/etlegacy/etlegacy-tools.git
synced 2024-11-22 03:51:25 +00:00
minor improvements
This commit is contained in:
parent
a378e13158
commit
ad084926a4
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ if [ ! -f et-linux-2.60.x86.run ]; then
|
||||||
fi
|
fi
|
||||||
if [ ! -f etlegacy-linux-${version}.zip ]; then
|
if [ ! -f etlegacy-linux-${version}.zip ]; then
|
||||||
note i "Fetching ET:Legacy files..."
|
note i "Fetching ET:Legacy files..."
|
||||||
downloader http://mirror.etlegacy.com/release/etlegacy-linux-2.71rc4.zip
|
downloader http://mirror.etlegacy.com/release/etlegacy-linux-${version}.zip
|
||||||
fi
|
fi
|
||||||
if [ ! -f omnibot-linux-latest.tar.gz ]; then
|
if [ ! -f omnibot-linux-latest.tar.gz ]; then
|
||||||
note i "Fetching Omni-Bot files..."
|
note i "Fetching Omni-Bot files..."
|
||||||
|
@ -141,7 +141,7 @@ note s "Installation successful!"
|
||||||
echo
|
echo
|
||||||
if ! proceed "n" "Remove downloaded files archive?"; then
|
if ! proceed "n" "Remove downloaded files archive?"; then
|
||||||
rm -i et-linux-2.60.x86.run
|
rm -i et-linux-2.60.x86.run
|
||||||
rm -i etlegacy-linux-${version}.tar.gz
|
rm -i etlegacy-linux-${version}.zip
|
||||||
rm -i omnibot-linux-latest.tar.gz
|
rm -i omnibot-linux-latest.tar.gz
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue