mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 10:51:58 -05:00
Untabify the file
This commit is contained in:
parent
7563601050
commit
6208aeb57a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if [[ `uname` == "Darwin" ]]; then
|
|||
echo "Check if wget is installed"
|
||||
which -s wget
|
||||
if [ $? -eq 1 ]; then
|
||||
echo "wget is not installed, installing wget.."
|
||||
echo "wget is not installed, installing wget.."
|
||||
eval "$package_command install wget"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue