mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Rip out the last remnants of AUR
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
if omarchy-pkg-aur-accessible; then
|
||||
yay -S --noconfirm --needed \
|
||||
typora ttf-ia-writer \
|
||||
tzupdate wl-screenrec python-terminaltexteffects
|
||||
else
|
||||
echo -e "\n\e[31mAUR is unavailable. Skipping installation of: 1password, Typora, tte, tzupdate !\e[0m"
|
||||
echo "You will have to install these later when AUR is available."
|
||||
sleep 5
|
||||
fi
|
||||
@@ -4,7 +4,8 @@ sudo pacman -S --noconfirm --needed \
|
||||
gnome-calculator gnome-keyring signal-desktop \
|
||||
obsidian libreoffice obs-studio kdenlive \
|
||||
1password-beta 1password-cli \
|
||||
xournalpp localsend
|
||||
xournalpp localsend \
|
||||
typora
|
||||
|
||||
# Packages known to be flaky or having key signing issues are run one-by-one
|
||||
for pkg in spotify pinta; do
|
||||
|
||||
Reference in New Issue
Block a user