From 05d401a8c45c5f96298385d4366ffdfcf703f379 Mon Sep 17 00:00:00 2001 From: Cosimo Matteini Date: Tue, 7 Jan 2025 00:35:12 +0100 Subject: [PATCH] install: add missing TODOs (#263) --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 "$@"