From 74501277a258be573aedc327fc6086c17e18b960 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Thu, 5 Jan 2017 17:51:01 +0100 Subject: [PATCH] install script without underscore, nextcloud vs. owncloud --- install/{_install.sh => install.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename install/{_install.sh => install.sh} (98%) diff --git a/install/_install.sh b/install/install.sh similarity index 98% rename from install/_install.sh rename to install/install.sh index 4c8ad70..78c31db 100755 --- a/install/_install.sh +++ b/install/install.sh @@ -40,7 +40,7 @@ read -p "Press any key to continue... " -n1 -s # this is the minimal software and fonts used brew cask install forklift brew cask install hyper -brew cask install owncloud +brew cask install nextcloud brew cask install caskroom/fonts/font-hack read -p "Press any key to continue... " -n1 -s