mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
fix: fixing setup flatpak script path in slack and zoom script (#641)
This commit is contained in:
parent
b549510895
commit
e39d679e38
|
@ -10,7 +10,7 @@ installSlack() {
|
||||||
"$AUR_HELPER" -S --needed --noconfirm slack-desktop
|
"$AUR_HELPER" -S --needed --noconfirm slack-desktop
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
. ./setup-flatpak.sh
|
. ../setup-flatpak.sh
|
||||||
flatpak install -y flathub com.slack.Slack
|
flatpak install -y flathub com.slack.Slack
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -10,7 +10,7 @@ installZoom() {
|
||||||
"$AUR_HELPER" -S --needed --noconfirm zoom
|
"$AUR_HELPER" -S --needed --noconfirm zoom
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
. ./setup-flatpak.sh
|
. ../setup-flatpak.sh
|
||||||
flatpak install -y flathub us.zoom.Zoom
|
flatpak install -y flathub us.zoom.Zoom
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue
Block a user