mirror of
https://github.com/harish2704/installer-scripts.git
synced 2026-09-10 06:11:08 +00:00
added option for checking links
This commit is contained in:
@@ -38,6 +38,10 @@ case $1 in
|
||||
--install)
|
||||
installPackage $2;
|
||||
;;
|
||||
|
||||
--check)
|
||||
updateBinLinks;
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user