Skip to content

Commit 1db1570

Browse files
committed
fix build issue 9.0
1 parent 8d5139f commit 1db1570

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flatpak.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ if ! [ -d "dist/linux-unpacked" ]; then
99
fi
1010

1111
if ! command -v flatpak &> /dev/null; then
12-
sudo apt update
13-
sudo apt install -y flatpak flatpak-builder
12+
apt update
13+
apt install -y flatpak flatpak-builder
1414
fi
1515

1616
if ! command -v convert &> /dev/null; then
17-
sudo apt install -y imagemagick
17+
apt install -y imagemagick
1818
fi
1919

2020
if ! flatpak remotes | grep -q flathub; then

0 commit comments

Comments
 (0)