From de09d289f20e74ec62bd952d47dc6a4aac34bf47 Mon Sep 17 00:00:00 2001 From: "Harish.K" Date: Tue, 18 Aug 2015 16:41:35 +0530 Subject: [PATCH] added option for checking links --- bin/installer-script.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/installer-script.sh b/bin/installer-script.sh index 5336eed..e110d7c 100755 --- a/bin/installer-script.sh +++ b/bin/installer-script.sh @@ -38,6 +38,10 @@ case $1 in --install) installPackage $2; ;; + + --check) + updateBinLinks; + ;; esac