diff --git a/install.sh b/install.sh index 099f1b9..ef081cd 100755 --- a/install.sh +++ b/install.sh @@ -188,4 +188,9 @@ main(){ info "Installation completed!" } +# TODO: +# - test on windows, macos, linux arm64, linux armv6 +# - create automated test in GH Actions to verify this script is working +# - Add post install help message on getting started with dra + main "$@"