use admin perms
This commit is contained in:
parent
c4ab3163fa
commit
359f7bfb36
1 changed files with 2 additions and 2 deletions
|
@ -252,7 +252,7 @@ fi
|
|||
|
||||
# == Emojis ==
|
||||
pacman -S noto-fonts-emoji
|
||||
echo "<?xml version=\"1.0\"?>
|
||||
sudo echo "<?xml version=\"1.0\"?>
|
||||
<!DOCTYPE fontconfig SYSTEM \"fonts.dtd\">
|
||||
<fontconfig>
|
||||
<alias>
|
||||
|
@ -285,7 +285,7 @@ echo "<?xml version=\"1.0\"?>
|
|||
</prefer>
|
||||
</alias>
|
||||
</fontconfig>
|
||||
" > /etc/fonts/local.conf
|
||||
" | sudo tee /etc/fonts/local.conf
|
||||
fc-cache
|
||||
|
||||
echo -e "\nInstallation done."
|
||||
|
|
Reference in a new issue