blob: 41824f180481bdc075932d3df74ce5513a68cf25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/bash
export LANGUAGE=C
export LC_ALL=C
export LANG=C
apt-get clean
apt-get -y update
apt-get -y --force-yes install xorg-dev xorg lxde roxterm
apt-get clean
history -c
|