diff --git a/README.md b/README.md index d1bf55b..eb3a43b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Installation 1. Optionally create ~/.dotfiles.postinst -2. `curl -sL https://raw.githubusercontent.com/alopexc0de/dotfiles/master/install.sh | bash` +2. `bash <(curl -sL https://raw.githubusercontent.com/alopexc0de/dotfiles/master/install.sh)` 3. ???? 4. Profit diff --git a/install.sh b/install.sh index 98129d9..6b35e91 100755 --- a/install.sh +++ b/install.sh @@ -54,7 +54,7 @@ if [ -x "$basedir/check_for_upgrade.sh" ]; then else echo "Cloning dotfiles to $basedir" rm -rf $basedir - git clone --quiet --depth=1 $repourl $basedir + git clone --depth=1 $repourl $basedir fi # Start installing config