Forráskód Böngészése

remove urxvt perl mod

Casey DeLorme 2 éve
szülő
commit
450bfca001
1 módosított fájl, 0 hozzáadás és 3 törlés
  1. 0 3
      arch.sh

+ 0 - 3
arch.sh

@@ -169,9 +169,6 @@ if ! which flashplayer &> /dev/null; then
 	tar -xf /tmp/flash.tar.gz -C /usr/local/bin flashplayer
 fi
 
-# install urxvt perl enhancement for font resize support
-[ ! -f /usr/lib/urxvt/perl/font ] && curl -Lfs "https://raw.githubusercontent.com/noah/urxvt-font/master/font" > /usr/lib/urxvt/perl/font
-
 # create sudo group and add to sudoers
 groupadd -fr sudo
 [ ! -f /etc/sudoers.d/sudo ] && echo '%sudo ALL=(ALL) ALL' > /etc/sudoers.d/sudo