Просмотр исходного кода

remove flash player install and gifduration script

Casey DeLorme 1 неделя назад
Родитель
Сommit
d9a17f9928
1 измененных файлов с 0 добавлено и 13 удалено
  1. 0 13
      arch.sh

+ 0 - 13
arch.sh

@@ -171,19 +171,6 @@ userdel -fr $aur_username
 unset $aur_username
 unset $aur_username
 
 
 
 
-
-# install gifduration
-if ! which gifduration &> /dev/null; then
-	curl -Lfs https://raw.githubusercontent.com/alimony/gifduration-script/master/gifduration.py > /usr/local/bin/gifduration
-	chmod a+rx /usr/local/bin/gifduration
-fi
-
-# install 64bit flash projector
-if ! which flashplayer &> /dev/null; then
-	curl -Lfs "https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flash_player_sa_linux.x86_64.tar.gz" > /tmp/flash.tar.gz
-	tar -xf /tmp/flash.tar.gz -C /usr/local/bin flashplayer
-fi
-
 # 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