diff --git a/config/pentest-distro-builder.chroot b/config/pentest-distro-builder.chroot index 7c26031f..f02da7fc 100644 --- a/config/pentest-distro-builder.chroot +++ b/config/pentest-distro-builder.chroot @@ -11,7 +11,7 @@ git clone https://github.com/trustedsec/ptf ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa -#Enable our desired services +#Enable/disable our desired services systemctl enable ssh systemctl enable cups systemctl enable apache2 @@ -31,9 +31,6 @@ tar xvf ftkimager.3.1.1_ubuntu64.tar.gz mv ftkimager /usr/bin/ rm ftkimager.3.1.1_ubuntu64.tar.gz -#Distro-specific stuff -DISTRO=$(cat /etc/lsb-release | grep DISTRIB_ID | cut -c 12-30) - #Install VS Code extensions codium --install-extension abusaidm.html-snippets --user-data-dir=~/.vscode-oss codium --install-extension dbaeumer.vscode-eslint --user-data-dir=~/.vscode-oss @@ -48,6 +45,9 @@ codium --install-extension ms-vscode.powershell --user-data-dir=~/.vscode-oss codium --install-extension rebornix.ruby --user-data-dir=~/.vscode-oss codium --install-extension zignd.html-css-class-completion --user-data-dir=~/.vscode-oss +#Distro-specific stuff +DISTRO=$(cat /etc/lsb-release | grep DISTRIB_ID | cut -c 12-30) + case $DISTRO in Parrot) #Stop ParrotSec from overwriting all our desktop customizations every time parrot-skel updates. >:-( diff --git a/modules/live-build-config b/modules/live-build-config index e3f5e626..b76d2f33 160000 --- a/modules/live-build-config +++ b/modules/live-build-config @@ -1 +1 @@ -Subproject commit e3f5e626bf89dd8a5fa857d1784661124911d1b1 +Subproject commit b76d2f3328ab1be7b992aa3c419bb3fa096855e7