|
@@ -169,9 +169,6 @@ if ! which flashplayer &> /dev/null; then
|
|
tar -xf /tmp/flash.tar.gz -C /usr/local/bin flashplayer
|
|
tar -xf /tmp/flash.tar.gz -C /usr/local/bin flashplayer
|
|
fi
|
|
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
|
|
# create sudo group and add to sudoers
|
|
groupadd -fr sudo
|
|
groupadd -fr sudo
|
|
[ ! -f /etc/sudoers.d/sudo ] && echo '%sudo ALL=(ALL) ALL' > /etc/sudoers.d/sudo
|
|
[ ! -f /etc/sudoers.d/sudo ] && echo '%sudo ALL=(ALL) ALL' > /etc/sudoers.d/sudo
|