From 8dbd6ff9ffe119df6958f3db6101f01a53f1631c Mon Sep 17 00:00:00 2001 From: David Young Date: Tue, 24 Mar 2026 10:55:35 -0600 Subject: [PATCH] find the windows script --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/install.sh b/install.sh index c47eb73..e1d8c4d 100755 --- a/install.sh +++ b/install.sh @@ -5,12 +5,19 @@ # Print the logo print_logo() { cat << "EOF" + + + ██╗ ██╗ █████╗ ███╗ ███╗██████╗ █████╗ ██████╗██╗ ██╗ ██║ ██║██╔══██╗████╗ ████║██╔══██╗██╔══██╗██╔════╝██║ ██╔╝ ███████║███████║██╔████╔██║██████╔╝███████║██║ █████╔╝ ██╔══██║██╔══██║██║╚██╔╝██║██╔═══╝ ██╔══██║██║ ██╔═██╗ ██║ ██║██║ ██║██║ ╚═╝ ██║██║ ██║ ██║╚██████╗██║ ██╗ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ + + + + EOF } @@ -57,6 +64,8 @@ echo "Installing Flatpak applications..." echo "Installing stand-alone compiled applications..." . install-compiled.sh +cd ~/.local/share/HamPack + echo "Installing Windows-only applications..." . install-windows-apps.sh