Added gnome sub-template
This commit is contained in:
parent
e586bc1a2f
commit
fd7bc22a16
26
scripts_debian/gnome/04_install_qubes_post.sh
Executable file
26
scripts_debian/gnome/04_install_qubes_post.sh
Executable file
@ -0,0 +1,26 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# vim: set ts=4 sw=4 sts=4 et :
|
||||||
|
|
||||||
|
#
|
||||||
|
# Whonix Post Install Steps (after qubes install)
|
||||||
|
#
|
||||||
|
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
# Source external scripts
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
. $SCRIPTSDIR/vars.sh
|
||||||
|
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
# Configurations
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
if [ "$VERBOSE" -ge 2 -o "$DEBUG" == "1" ]; then
|
||||||
|
set -x
|
||||||
|
else
|
||||||
|
set -e
|
||||||
|
fi
|
||||||
|
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
# Disable gnome network-manager since it will prevent networking
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
debug "Disabling gnome network-manager"
|
||||||
|
chroot "$INSTALLDIR" systemctl disable network-manager
|
2
scripts_debian/gnome/packages_jessie.list
Normal file
2
scripts_debian/gnome/packages_jessie.list
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
gnome-desktop-environment
|
||||||
|
gnome-accessibility-themes
|
2
scripts_debian/gnome/packages_wheezy.list
Normal file
2
scripts_debian/gnome/packages_wheezy.list
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
gnome-desktop-environment
|
||||||
|
gnome-accessibility-themes
|
Loading…
Reference in New Issue
Block a user