Skip to content

Commit 599ede0

Browse files
committed
fixed bug with flatpak installation
1 parent 449b822 commit 599ede0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/inst.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ inst_flatpak_pkgs() {
8080
if [[ -n "$pkgs" ]]; then
8181
echo -e "following packages will be installed ...\n$pkgs"
8282
for pkg in "$pkgs"; do
83-
flatpak install -y flathub "$pkg" && echo "installation of *$pkg* successfully" && return 0
83+
flatpak install -y flathub $pkg && echo "installation of *$pkg* successfully" && return 0
8484
echo "installation failed"
8585
done
8686
else

0 commit comments

Comments
 (0)