[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: FlashPlayer bei iceweasle?



Manfred Schmitt schrieb:
> 
> Wenn man das aktualisieren einmal taeglich ausfuehren moechte koennte
> man eine als ausfuehrbar markierte Datei /etc//cron.daily/flashplayer
> ablegen die z.B. so aussieht:
> 
Korrektur, muesste so aussehen, ansonsten wird update-flashplugin-nonfree
nicht gefunden weil beim Aufruf ueber cron $PATH ja erstmal leer ist:

#!/bin/sh

PATH=/usr/sbin:/usr/bin:/sbin:/bin

if ! [ -x /usr/sbin/update-flashplugin-nonfree ]; then
    exit 0
fi
update-flashplugin-nonfree --install

Und wech,
Manne


Reply to: