Skip to content

Commit

Permalink
Update etc/DependencyInstaller.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <vvbandeira@users.noreply.github.com>
  • Loading branch information
vvbandeira authored Dec 17, 2024
1 parent d4d7176 commit 94a887d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/DependencyInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ _installUbuntuPackages() {
elif [[ $1 == 24.04 ]]; then
klayoutChecksum=b8909538985b15135b49e8d32a089d72
else
echo "Could not find checksum for klayout"
echo "Unrecognized version of Ubuntu $1. Please install KLayout manually."
exit 1
fi
wget https://www.klayout.org/downloads/Ubuntu-${1%.*}/klayout_${klayoutVersion}-1_amd64.deb
Expand Down

0 comments on commit 94a887d

Please sign in to comment.