mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 09:40:10 -07:00
Update submodule, remove CPU-hungry MATE applet.
Former-commit-id: 20e8b395d05b20826f7222bf05474fae23153ca1 Former-commit-id: dfd7c517dc68b35909abb6e2acd9383223b3156a
This commit is contained in:
parent
10fcfaf665
commit
fb964bcf47
3 changed files with 6 additions and 3 deletions
|
@ -17,8 +17,8 @@ systemctl enable cups
|
|||
systemctl enable apache2
|
||||
systemctl enable mysql
|
||||
systemctl enable postgresql
|
||||
systemctl enable tor
|
||||
systemctl enable cockpit.socket
|
||||
systemctl disable tor
|
||||
systemctl disable cockpit.socket
|
||||
systemctl enable xrdp
|
||||
systemctl disable firewalld
|
||||
|
||||
|
@ -48,6 +48,9 @@ codium --install-extension zignd.html-css-class-completion --user-data-dir=~/.vs
|
|||
#Distro-specific stuff
|
||||
DISTRO=$(cat /etc/lsb-release | grep DISTRIB_ID | cut -c 12-30)
|
||||
|
||||
#Remove CPU-hungry MATE menu applet
|
||||
apt remove mate-applet-brisk-menu
|
||||
|
||||
case $DISTRO in
|
||||
Parrot)
|
||||
#Stop ParrotSec from overwriting all our desktop customizations every time parrot-skel updates. >:-(
|
||||
|
|
BIN
filesystem/etc/skel/.config/dconf/user
Executable file → Normal file
BIN
filesystem/etc/skel/.config/dconf/user
Executable file → Normal file
Binary file not shown.
|
@ -1 +1 @@
|
|||
Subproject commit b76d2f3328ab1be7b992aa3c419bb3fa096855e7
|
||||
Subproject commit 822ac901c9e3a065be495a8a96f9302b35103c57
|
Loading…
Reference in a new issue