diff options
Diffstat (limited to 'provision/desktop-basic')
-rwxr-xr-x | provision/desktop-basic | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/provision/desktop-basic b/provision/desktop-basic index 8181edf..c1dcab8 100755 --- a/provision/desktop-basic +++ b/provision/desktop-basic @@ -53,7 +53,7 @@ apps/inception load $APT_INSTALL lightdm ratpoison awesome firefox-esr chromium torbrowser-launcher # Configuration -sudo cp $DIRNAME/files/etc/lightdm/lightdm.conf /etc/lightdm/lightdm.conf +sudo cp $DIRNAME/files/desktop-basic/etc/lightdm/lightdm.conf /etc/lightdm/lightdm.conf mkdir -p .custom @@ -81,3 +81,8 @@ xrandr --addmode Virtual-0 1368x748_60.00 #xrandr --output Virtual-0 --mode 1368x748_60.00 xrandr --output Virtual-0 --mode 1280x780_60.00 EOF + +# Mozilla configuration +if [ ! -d ".mozilla" ]; then + tar xvf $DIRNAME/files/desktop-basic/mozilla/mozilla.tar.bz2 +fi |