OSDN Git Service

Updating info
[rebornos/cnchi-gnome-osdn.git] / Cnchi / updating.sh
1 wget --spider www.google.com
2 if [ "$?" = 0 ]; then
3   sudo rm /etc/xdg/autostart/update.desktop
4   exec flatpak.sh
5 else exec /usr/bin/updating.sh
6 fi