fix install to add windows install

This commit is contained in:
David Young
2026-03-24 10:42:39 -06:00
parent aa69dae29c
commit 49e9adf0a5

View File

@@ -86,21 +86,12 @@ echo "Installing stand-alone compiled applications..."
. install-compiled.sh . install-compiled.sh
echo "Installing Windows-only applications..."
. install-windows-apps.sh
echo "Installing not1mm..."
curl -LsSf uvx.sh/not1mm/install.sh | sh curl -LsSf uvx.sh/not1mm/install.sh | sh
if ! ls /usr/lib/modules/$(uname -r) > /dev/null 2>&1; then echo "Ham Pack is installed. You may want to restart existing applications when convenient."
echo "HamPack is installed. A newer kernel has been installed, a reboot is recommended."
read -rp "Reboot now? [y/N] " response
case "$response" in
[yY][eE][sS]|[yY])
echo "Rebooting..."
sudo reboot
;;
*)
echo "Reboot skipped. Please remember to reboot when convenient."
exit 0
;;
esac
else
echo "Ham Pack is installed. Reboot when convenient."
fi