This commit is contained in:
Harsh Vyapari 2024-10-25 06:45:38 +05:30 committed by GitHub
commit 9c49d780cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 33 additions and 3 deletions

View File

@ -0,0 +1,24 @@
#!/bin/sh -e
. ../../common-script.sh
installWhatsapp() {
printf "%b\n" "${YELLOW}The app we are installing is Zap-Zap, an Open Source Desktop Client for Linux${RC}"
if ! command_exists com.rtosta.zapzap && ! command_exists zapzap; then
printf "%b\n" "${YELLOW}Installing Whatsapp(Zap-Zap by rtosta)${RC}"
case "$PACKAGER" in
pacman)
"$AUR_HELPER" -S --needed --noconfirm zapzap
;;
*)
. ../setup-flatpak.sh
flatpak install flathub com.rtosta.zapzap
;;
esac
else
printf "%b\n" "${GREEN}WhatsApp(Zap-Zap by rtosta) is already installed.${RC}"
fi
}
checkEnv
installWhatsapp

View File

@ -78,6 +78,12 @@ description = "Telegram is a cloud-based messaging app known for its speed and s
script = "communication-apps/telegram-setup.sh"
task_list = "I"
[[data.entries]]
name = "WhatsApp"
description = "WhatsApp is a cloud-based messaging app known for its speed and security, offering features like group chats, channels, and end-to-end encrypted calls."
script = "communication-apps/whatsapp-setup.sh"
task_list = "I"
[[data.entries]]
name = "Zoom"
description = "Zoom is a widely-used video conferencing platform that allows users to host virtual meetings, webinars, and online collaboration with features like screen sharing and recording."
@ -255,7 +261,7 @@ task_list = "I"
[[data.preconditions]]
matches = false
data = "command_exists"
values = [ "linutil" ]
values = ["linutil"]
[[data]]
name = "Linutil Updater"
@ -266,7 +272,7 @@ task_list = "I"
[[data.preconditions]]
matches = true
data = "command_exists"
values = [ "linutil" ]
values = ["linutil"]
[[data]]
name = "Rofi"
@ -282,7 +288,7 @@ task_list = "I SS"
[[data.preconditions]]
matches = true
data = { environment = "XDG_SESSION_TYPE" }
values = [ "wayland", "Wayland" ]
values = ["wayland", "Wayland"]
[[data]]
name = "ZSH Prompt"