OSDN Git Service

formatting and commenting
[instantos/instantOS.git] / dotinstall.sh
index 279d43a..1c938e4 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
 echo "installing dotfiles"
-curl https://raw.githubusercontent.com/paperbenni/dotfiles/master/install.sh | bash
+curl -s https://raw.githubusercontent.com/paperbenni/dotfiles/master/install.sh | bash
 echo "installing suckless tools"
-curl https://raw.githubusercontent.com/paperbenni/suckless/master/install.sh | bash
+curl -s https://raw.githubusercontent.com/paperbenni/suckless/master/install.sh | bash