Quarantine AUR installs
This commit is contained in:
parent
cd39a145e8
commit
02134df8ee
@ -1,12 +1,14 @@
|
|||||||
echo "Migrate from manually downloaded fonts to font packages"
|
echo "Migrate from manually downloaded fonts to font packages"
|
||||||
if ! yay -Q ttf-cascadia-mono-nerd &>/dev/null; then
|
if ! pacman -Q ttf-cascadia-mono-nerd &>/dev/null; then
|
||||||
yay -S --noconfirm ttf-cascadia-mono-nerd
|
sudo pacman -S --noconfirm ttf-cascadia-mono-nerd
|
||||||
rm -rf ~/.local/share/fonts/Caskaydia*
|
rm -rf ~/.local/share/fonts/Caskaydia*
|
||||||
fc-cache
|
fc-cache
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! yay -Q ttf-ia-writer &>/dev/null; then
|
if omarchy-aur-accessible; then
|
||||||
yay -S --noconfirm ttf-ia-writer
|
if ! yay -Q ttf-ia-writer &>/dev/null; then
|
||||||
rm -rf ~/.local/share/fonts/iAWriterMonoS*
|
yay -S --noconfirm ttf-ia-writer
|
||||||
fc-cache
|
rm -rf ~/.local/share/fonts/iAWriterMonoS*
|
||||||
|
fc-cache
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user