Created
March 16, 2022 05:40
-
-
Save c4p-n1ck/25c8708b8cbf3fe6ca4fe9aff6e4fad1 to your computer and use it in GitHub Desktop.
Setup Kali on Kasm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo -e 'TERM="xterm-256color"' | cat - ~/.bashrc | tee .f && mv .f ~/.bashrc | |
echo -e "sudo zsh\n" | tee -a ~/.bashrc | |
sudo apt update && sudo apt remove libwacom2 -y | |
sudo apt upgrade -y && sudo apt autoremove -y | |
sudo apt install gdebi axel neofetch inetutils-ping mtr -y | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment