1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-21 02:01:50 +02:00

Uncommented Functions

This commit is contained in:
ryangreenup 2020-07-12 22:16:24 +10:00
parent 151a690c8a
commit 46d442e779

View File

@ -5,9 +5,9 @@ main () {
HelpStatement $1
UninstallQ $1
## printThis
## check_for_dependencies
## download_the_repo
printThis
check_for_dependencies
download_the_repo
Install_tools "S"
}
@ -156,5 +156,5 @@ declare -a StringArray=("R"
main "$@"
exit 0
## TODO Help
## TODO Uninstall
## DONE Help
## DONE Uninstall