fix: fixing setup flatpak script path in slack and zoom script (#641)

This commit is contained in:
Harsh Vyapari 2024-10-01 01:54:33 +05:30 committed by GitHub
parent b549510895
commit e39d679e38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ installSlack() {
"$AUR_HELPER" -S --needed --noconfirm slack-desktop
;;
*)
. ./setup-flatpak.sh
. ../setup-flatpak.sh
flatpak install -y flathub com.slack.Slack
;;
esac

View File

@ -10,7 +10,7 @@ installZoom() {
"$AUR_HELPER" -S --needed --noconfirm zoom
;;
*)
. ./setup-flatpak.sh
. ../setup-flatpak.sh
flatpak install -y flathub us.zoom.Zoom
;;
esac