Skip to content

Commit 94a887d

Browse files
authored
Update etc/DependencyInstaller.sh
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent d4d7176 commit 94a887d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/DependencyInstaller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ _installUbuntuPackages() {
164164
elif [[ $1 == 24.04 ]]; then
165165
klayoutChecksum=b8909538985b15135b49e8d32a089d72
166166
else
167-
echo "Could not find checksum for klayout"
167+
echo "Unrecognized version of Ubuntu $1. Please install KLayout manually."
168168
exit 1
169169
fi
170170
wget https://www.klayout.org/downloads/Ubuntu-${1%.*}/klayout_${klayoutVersion}-1_amd64.deb

0 commit comments

Comments
 (0)