From 0998c4363c04f28213c4022dbafb56140c578539 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 9 Feb 2016 23:14:09 +0000 Subject: [PATCH] fixed recursive fuckup --- apt/custom-installs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt/custom-installs.sh b/apt/custom-installs.sh index 6fa3359..f8cf47b 100755 --- a/apt/custom-installs.sh +++ b/apt/custom-installs.sh @@ -14,7 +14,7 @@ dpkg -i astrill.deb echo ">> Installing other packages..." wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash -wget -O - https://raw.githubusercontent.com/nvbn/thefuck/master/install.sh | sh - && $0 +wget -O - https://raw.githubusercontent.com/nvbn/thefuck/master/install.sh | bash wget -qO- http://plasmasturm.org/code/vistafonts-installer/vistafonts-installer | bash