fix install to add windows install
This commit is contained in:
23
install.sh
23
install.sh
@@ -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
|
|
||||||
Reference in New Issue
Block a user