mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Switch Zoom from shitty native app to better webapp
Have to compromise on 1080p but seems better than dealing with that trash app.
This commit is contained in:
@@ -8,7 +8,7 @@ if [ -z "$OMARCHY_BARE" ]; then
|
||||
|
||||
# Packages known to be flaky or having key signing issues are run one-by-one
|
||||
# FIXME: Add pinta back to this list when we have dealt with certificate issue
|
||||
for pkg in typora spotify zoom; do
|
||||
for pkg in typora spotify; do
|
||||
yay -S --noconfirm --needed "$pkg" ||
|
||||
echo -e "\e[31mFailed to install $pkg. Continuing without!\e[0m"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user