#!/bin/bash BASEURL="https://ukr.pw/vnc" apt-get update apt-get -y install tigervnc-standalone-server jwm mousepad dbus-x11 xterm putty firefox xxkb sakura gpicview gmrun pcmanfm galculator xfonts-base fonts-cantarell gxmessage x11-apps wget -O - $BASEURL/jwmrc-win7.2004.txt > /etc/jwm/system.jwmrc wget -O - $BASEURL/XXkb.txt > /etc/X11/app-defaults/XXkb cd /usr/share/fonts wget -O - $BASEURL/cyrillic.tar | tar -x -f - PUSHD=`pwd` wget -O - $BASEURL/bin-vnc.txt > /bin/vnc && chmod 755 /bin/vnc cd /usr/share/pixmaps for i in start7 showdesktop terminal explorer xpcalc notepad cmd putty gpicview firefox run restart shutdown close maximize unmaximize minimize; do if [ ! -f ./$i.png ]; then wget $BASEURL/$i.png fi done cd $PUSHD