mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Fix typo.
Former-commit-id: 50dc12254039897c18c3c8a0015adcce5f728499 Former-commit-id: 2749c11c28370c681ccad11c0dca71afe46819a1
This commit is contained in:
parent
fb964bcf47
commit
482db64165
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ codium --install-extension zignd.html-css-class-completion --user-data-dir=~/.vs
|
||||||
DISTRO=$(cat /etc/lsb-release | grep DISTRIB_ID | cut -c 12-30)
|
DISTRO=$(cat /etc/lsb-release | grep DISTRIB_ID | cut -c 12-30)
|
||||||
|
|
||||||
#Remove CPU-hungry MATE menu applet
|
#Remove CPU-hungry MATE menu applet
|
||||||
apt remove mate-applet-brisk-menu
|
apt remove mate-applet-brisk-menu -y
|
||||||
|
|
||||||
case $DISTRO in
|
case $DISTRO in
|
||||||
Parrot)
|
Parrot)
|
||||||
|
|
Loading…
Reference in a new issue