Codebase list kali-defaults / 9b8306a
Add kali-setup g0tmi1k 4 years ago
3 changed file(s) with 21 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 kali-defaults (2019.3.5) kali-dev; urgency=medium
1
2 * Add kali-setup
3
4 -- Ben Wilson <[email protected]> Mon, 17 Jun 2019 17:44:11 +0100
5
06 kali-defaults (2019.3.4) kali-dev; urgency=medium
17
28 * Add kali_winexec
0 #!/bin/sh
1
2 sudo apt update \
3 || echo -e '\n[-] Issue with apt update' 1>&2
4
5 if ( sudo dmidecode | grep -iq vmware ); then
6 echo "[+] Installing VMware tools"
7 sudo apt -y -qq install open-vm-tools-desktop fuse \
8 || echo -e '\n[-] Issue with apt install' 1>&2
9 elif ( sudo dmidecode | grep -iq virtualbox ); then
10 echo "[+] Installing VirtualBox's guest additions"
11 sudo apt -y -qq install virtualbox-guest-x11 \
12 || echo -e '\n[-] Issue with apt install' 1>&2
13 fi
1212 noautomount/setup-noautomount usr/share/kali-defaults/
1313 noautomount/kali-noautomount.desktop etc/xdg/autostart/
1414 profile.d/* etc/profile.d/
15 debian/helper-script/kali_treecd usr/bin/
16 debian/helper-script/kali_winexec usr/bin/
15 debian/helper-script/* usr/bin/