Skip to content

Commit 95dd59d

Browse files
committed
Add check for ubuntu 22.10 in DependencyInstaller
Signed-off-by: Vegard Strand Lende <[email protected]>
1 parent c1b6505 commit 95dd59d

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
@@ -178,7 +178,7 @@ _installUbuntuPackages() {
178178
tcl-tclreadline \
179179
wget
180180

181-
if [[ $1 == 22.04 ]]; then
181+
if [[ $1 == 22.04 ]] || [[ $1 == 22.10 ]]; then
182182
apt-get install -y \
183183
qtbase5-dev \
184184
qtchooser \

0 commit comments

Comments
 (0)