fix 0.8.4

This commit is contained in:
kyodev 2017-06-10 01:02:55 +02:00
parent 13a283c096
commit 7a5c5efc98
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
version="0.8.3"
version="0.8.4"
projet="Kyodev"
contact="https://framagit.org/kyodev/kyopages/issues"
date="09/06/2017"
@ -133,7 +133,7 @@ f_sysinstall(){
if ! f_root ; then f_error "vous devez être ROOT pour installer ce script dans le système"; fi
# on vire 'flashplugin-nonfree' si installé
if dpkg-query -l flashplugin-nonfree &> /dev/null; then apt-get purge flashplugin-nonfree; fi
if [ "$( dpkg-query -l flashplugin-nonfree | grep -Eo ^ii)" == "ii" ]; then apt-get purge flashplugin-nonfree; fi
# installation dans /opt
mkdir -p /opt/bin/