#!/bin/bash BASEURL="ftp://env.kiev.ua/vnc" apt-get update apt-get -y install tightvncserver xfonts-75dpi xfonts-base jwm leafpad xterm putty x11-xserver-utils x11-apps epiphany-browser wget -O - $BASEURL/sjwmrc.debian.arm.txt > /etc/jwm/system.jwmrc cd /usr/share/fonts wget -O - $BASEURL/cyrillic.tar | tar -x -f - pushd cd /usr/share/pixmaps for i in xterm putty epiphany startxp desktop; do if [ ! -f ./$i.png ]; then wget $BASEURL/$i.png fi done wget -O - $BASEURL/leafpad.png > leafpad.png popd