We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449b822 commit 599ede0Copy full SHA for 599ede0
1 file changed
src/inst.sh
@@ -80,7 +80,7 @@ inst_flatpak_pkgs() {
80
if [[ -n "$pkgs" ]]; then
81
echo -e "following packages will be installed ...\n$pkgs"
82
for pkg in "$pkgs"; do
83
- flatpak install -y flathub "$pkg" && echo "installation of *$pkg* successfully" && return 0
+ flatpak install -y flathub $pkg && echo "installation of *$pkg* successfully" && return 0
84
echo "installation failed"
85
done
86
else
0 commit comments