mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-08 23:26:34 +02:00
Uncommented Functions
This commit is contained in:
10
install.sh
10
install.sh
@@ -5,9 +5,9 @@ main () {
|
|||||||
|
|
||||||
HelpStatement $1
|
HelpStatement $1
|
||||||
UninstallQ $1
|
UninstallQ $1
|
||||||
## printThis
|
printThis
|
||||||
## check_for_dependencies
|
check_for_dependencies
|
||||||
## download_the_repo
|
download_the_repo
|
||||||
Install_tools "S"
|
Install_tools "S"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -156,5 +156,5 @@ declare -a StringArray=("R"
|
|||||||
main "$@"
|
main "$@"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
## TODO Help
|
## DONE Help
|
||||||
## TODO Uninstall
|
## DONE Uninstall
|
||||||
|
Reference in New Issue
Block a user