We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5139f commit 1db1570Copy full SHA for 1db1570
flatpak.sh
@@ -9,12 +9,12 @@ if ! [ -d "dist/linux-unpacked" ]; then
9
fi
10
11
if ! command -v flatpak &> /dev/null; then
12
- sudo apt update
13
- sudo apt install -y flatpak flatpak-builder
+ apt update
+ apt install -y flatpak flatpak-builder
14
15
16
if ! command -v convert &> /dev/null; then
17
- sudo apt install -y imagemagick
+ apt install -y imagemagick
18
19
20
if ! flatpak remotes | grep -q flathub; then
0 commit comments