Skip to content

Instantly share code, notes, and snippets.

@c4p-n1ck
Created March 16, 2022 05:40
Show Gist options
  • Save c4p-n1ck/25c8708b8cbf3fe6ca4fe9aff6e4fad1 to your computer and use it in GitHub Desktop.
Save c4p-n1ck/25c8708b8cbf3fe6ca4fe9aff6e4fad1 to your computer and use it in GitHub Desktop.
Setup Kali on Kasm
#!/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