Commit cef3c3ca authored by Responsable poste La Metro's avatar Responsable poste La Metro
Browse files

Update upgrade-session.sh

parent 877ca17f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -36,7 +36,7 @@ $DIR/set_screens.sh
$DIR/install_print_drivers.sh
$DIR/install_print_drivers.sh


# Install missing libreoffice gtk
# Install missing libreoffice gtk
if [ -z "`pkg -l | grep libreoffice-gtk`" ]
if [ -z "`dpkg -l | grep libreoffice-gtk`" ]
then
then
    apt-get install -y libreoffice-gtk
    apt-get install -y libreoffice-gtk
fi
fi