Skip to content

Instantly share code, notes, and snippets.

View patrickceg's full-sized avatar

Patrick Santos patrickceg

View GitHub Profile
@patrickceg
patrickceg / install.sh
Last active March 24, 2020 02:08 — forked from mimura1133/install.sh
Enhanced Session for Kali Linux.
#!/bin/bash
# Original : https://raw.githubusercontent.com/Microsoft/linux-vm-tools/master/arch/install-config.sh
###############################################################################
# Update our machine to the latest code if we need to.
#
if [ "$(id -u)" -ne 0 ]; then
echo 'This script must be run with root privileges' >&2
exit 1