Repository URL to install this package:
|
Version:
0.15 ▾
|
#!/bin/bash
if ping -q -c 1 -W 1 8.8.8.8 >/dev/null; then
apt-get update;
apt-get install -y sweethome3d sweethome3d-furniture sweethome3d-furniture-editor sweethome3d-textures-editor sweethome3d-furniture-nonfree
else
python /usr/share/EDU/insucces_ping.py;
sleep 2;
fi
exit