-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.txt
23 lines (22 loc) · 1.42 KB
/
setup.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!bin/bash
RED='\033[38;5;196m' &&
PINK='\033[38;5;219m' &&
YELLOW='\033[1;33m' &&
LIGHTGREEN='\033[1;32m' &&
clear &&
echo -e "
${RED} _____ _____ _ _ ${PINK} _ _ ${YELLOW} _ __ _____ __
${RED}|_ _|_ _| | | |${PINK} | | | |${YELLOW} | | / || _ |/ |
${RED} | | | | | | | |${PINK}_ __ __| | ___ _ __ __ _ _ __ ___ _ _ _ __ __| |${YELLOW} ___ ___| |_ _ _ _ __ \`| || |/' |\`| |
${RED} | | | | | | | ${PINK}| '_ \ / _\` |/ _ \ '__/ _\` | '__/ _ \| | | | '_ \ / _\` |${YELLOW} / __|/ _ \ __| | | | '_ \ | || /| | | |
${RED} _| |_ | | | |_| ${PINK}| | | | (_| | __/ | | (_| | | | (_) | |_| | | | | (_| |${YELLOW} \__ \ __/ |_| |_| | |_) || |\ |_/ /_| |_
${RED} \___/ \_/ \___/${PINK}|_| |_|\__,_|\___|_| \__, |_| \___/ \__,_|_| |_|\__,_|${YELLOW} |___/\___|\__|\__,_| .__/\___/\___/ \___/
${PINK} __/ | ${YELLOW} | |
${PINK} |___/ ${YELLOW} |_|
${LIGHTGREEN}" &&
sudo apt update &&
sudo apt full-upgrade -y &&
sudo apt install -y kali-win-kex &&
sudo apt install -y kali-linux-default &&
echo "alias desktop='kex --esm -s'" >> ~/.bashrc &&
source ~/.bashrc