소스 검색

remove urxvt perl mod

Casey DeLorme 2 년 전
부모
커밋
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