mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Fix MATE and additional software installation.
Former-commit-id: c6169e86408b104ab53a6c9ff7f398f234826bdc
This commit is contained in:
parent
b3c83f6e6f
commit
8a6e0a7b47
2 changed files with 4 additions and 2 deletions
|
@ -29,3 +29,5 @@ xorg
|
|||
mate-archive-keyring
|
||||
#endif
|
||||
mate-desktop-environment
|
||||
gdm3
|
||||
mate-tweak
|
||||
|
|
4
runme.sh
4
runme.sh
|
@ -57,7 +57,7 @@ Kali)
|
|||
cp -rv filesystem/* ./build/live-build-config/kali-config/common/includes.chroot/
|
||||
cp config/02-unattended-boot.binary ./build/live-build-config/kali-config/common/includes.installer/
|
||||
cp config/preseed.cfg ./build/live-build-config/kali-config/common/includes.installer/
|
||||
cp config/software.list.chroot ./build/live-build-config/kali-config/variant-$DESKTOP/
|
||||
cp config/software.list.chroot ./build/live-build-config/kali-config/variant-$DESKTOP/package-lists/
|
||||
|
||||
if [ $REPO != "default" ];
|
||||
then
|
||||
|
@ -74,7 +74,7 @@ Parrot)
|
|||
mkdir ./build/parrot-build/templates/parrot-variant-$DESKTOP/packages.chroot
|
||||
cp ./debs/*.deb build/parrot-build/templates/parrot-variant-$DESKTOP/packages.chroot/
|
||||
cp -rv filesystem/* ./build/parrot-build/templates/common/includes.chroot/
|
||||
cp config/software.list.chroot ./build/parrot-build/templates/parrot-variant-$DESKTOP/
|
||||
cp config/software.list.chroot ./build/parrot-build/templates/parrot-variant-$DESKTOP/package-lists/
|
||||
|
||||
if [ $REPO != "default" ];
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue