Casey DeLorme 2 лет назад
Родитель
Сommit
450bfca001
1 измененных файлов с 0 добавлено и 3 удалено
  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