This website works better with JavaScript.
Home
Explore
Help
Sign In
harish2704
/
installer-scripts
mirror of
https://github.com/harish2704/installer-scripts
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
added option for checking links
master
Harish.K
10 years ago
parent
a28418f0ff
commit
de09d289f2
1 changed files
with
4 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
bin/installer-script.sh
4
bin/installer-script.sh
View File
@ -38,6 +38,10 @@ case $1 in
--install
)
installPackage
$2
;
;
;
--check
)
updateBinLinks
;
;
;
esac
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
harish2704/installer-scripts
Title
Body
Create Issue