From a9dec506b38cd85156c148486db4093c1c6ee748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Wed, 17 Jun 2020 12:09:08 +0000 Subject: [PATCH] Update 'setup.sh' --- setup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index b2362d2..f8877c4 100644 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,7 @@ #!/bin/bash -curl -L https://get.oh-my.fish | fish +curl -L https://get.oh-my.fish > /tmp/omf-install.fish +fish /tmp/omf-install.fish --noninteractive --yes # Install bobthefish and bass -echo "omf install bobthefish bass" | fish \ No newline at end of file +fish -c "omf install bobthefish bass" \ No newline at end of file