Skip to content

Commit

Permalink
Handle incompatible OS better in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mkasberg committed Feb 15, 2025
1 parent eb4ec31 commit bda9894
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ case "$ID" in
echo "If this distribution is based on Ubuntu, you can open an issue to add support to the install script."
echo "https://github.com/mkasberg/ghostty-ubuntu/issues/new?template=Blank+issue"
echo ""
echo "Please run 'cat /etc/os-release' and include the output in the issue on GitHub."
echo "Please copy and paste the following information into the issue on GitHub to identify your distribution."
echo ""
echo "In the mean time, you can try manually installing the correct .deb file."
cat /etc/os-release
echo ""
echo "In the mean time, you can try manually installing a .deb file from https://github.com/mkasberg/ghostty-ubuntu?tab=readme-ov-file#manual-installation"
exit 1
;;
esac
Expand Down

0 comments on commit bda9894

Please sign in to comment.