Untabify the file

This commit is contained in:
Balletie 2014-08-18 12:51:31 +02:00
parent 7563601050
commit 6208aeb57a

View file

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