set -x BASEURL="http://ukr.pw/cs/" ntpdate -b pool.ntp.org yum -y install tigervnc-server tigervnc wget --no-check-certificate https://copr-be.cloud.fedoraproject.org/results/aminasyan/collection/epel-7-x86_64/00729402-jwm/jwm-2.3.6-2.el7.centos.x86_64.rpm yum -y install ./jwm-2.3.6-2.el7.centos.x86_64.rpm yum -y install https://driesrpms.eu/redhat/el7/en/x86_64/dries.all/RPMS/leafpad-0.8.9-2.el7.rf.x86_64.rpm yum -y install http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/putty-0.70-2.el7.x86_64.rpm wget -O - $BASEURL/sjwmrc.txt > /etc/system.jwmrc yum -y install xorg-x11-server-utils xorg-x11-apps xterm pushd cd /usr/share/fonts wget -O - $BASEURL/cyrillic.tar | tar -x -f - popd TA=`echo $ARCH | sed -e 's/i6/i3/'` yum -y install firefox dbus-uuidgen > /var/lib/dbus/machine-id PUSHD=`pwd` cd /usr/share/pixmaps for i in xterm pterm firefox desktop startxp; do if [ ! -f ./$i.png ]; then wget $BASEURL/$i.png fi done wget -O - $BASEURL/leafpad.png > leafpad.png cd $PUSHD