Skip to content

Commit 691594b

Browse files
committed
fix: fixing setup flatpak script path in slack and zoom script
1 parent d38d7a1 commit 691594b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/tabs/applications-setup/communication-apps/slack-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ installSlack() {
1010
"$AUR_HELPER" -S --needed --noconfirm slack-desktop
1111
;;
1212
*)
13-
. ./setup-flatpak.sh
13+
. ../setup-flatpak.sh
1414
flatpak install -y flathub com.slack.Slack
1515
;;
1616
esac

core/tabs/applications-setup/communication-apps/zoom-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ installZoom() {
1010
"$AUR_HELPER" -S --needed --noconfirm zoom
1111
;;
1212
*)
13-
. ./setup-flatpak.sh
13+
. ../setup-flatpak.sh
1414
flatpak install -y flathub us.zoom.Zoom
1515
;;
1616
esac

0 commit comments

Comments
 (0)