Skip to content

Commit 511ad13

Browse files
committed
add other ubuntu distro compatibility in install script
1 parent 74c4df0 commit 511ad13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ then
7171
cd /usr/local/bin
7272
sudo ln -s /opt/HandWriter/HandWriter
7373

74-
elif [ "$OS" = "debian" ]
74+
elif [ "$OS" = "debian" ] || [ "$OS" = "ubuntu" ] || [ "$OS" = "ubuntu debian" ]
7575
then
7676
echo "Installing the HandWriter package"
7777
sudo apt-get install apt-transport-https

0 commit comments

Comments
 (0)