fix(install.sh): broken pdf viewer package
This commit is contained in:
parent
41c6d6054c
commit
8a6f0bbee8
2 changed files with 2 additions and 4 deletions
|
|
@ -47,9 +47,7 @@ case "$(uname)" in
|
|||
fi
|
||||
|
||||
# Set colors for pacman
|
||||
sudo sed -i 's/#Color/Color/' /etc/pacman.conf
|
||||
printf "\n\nILoveCandy\n" | sudo tee -a /etc/pacman.conf >/dev/null
|
||||
# sudo sed -i 's/#Color/Color/' /etc/pacman.conf
|
||||
sudo sed -i 's/#Color/Color\nILoveCandy/' /etc/pacman.conf
|
||||
|
||||
# Install Pacmanfile if not installed
|
||||
if [ ! -x "$(command -v pacmanfile)" ]; then
|
||||
|
|
|
|||
|
|
@ -20,4 +20,4 @@ workstyle-git
|
|||
xdg-desktop-portal-wlr
|
||||
xorg-xwayland
|
||||
zathura
|
||||
zathura-pdf-mupdf
|
||||
#zathura-pdf-mupdf
|
||||
Loading…
Add table
Add a link
Reference in a new issue