Skip to content

Commit

Permalink
etc: Add missing -y
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski committed May 15, 2024
1 parent cf39352 commit 58399ab
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 @@ -84,7 +84,7 @@ _installUbuntuPackages() {

# install KLayout
if _versionCompare $1 -ge 23.04; then
apt-get install klayout python3-pandas
apt-get install -y klayout python3-pandas
else
if [[ $1 == 20.04 ]]; then
klayoutChecksum=15a26f74cf396d8a10b7985ed70ab135
Expand Down

0 comments on commit 58399ab

Please sign in to comment.