Add terminator

This commit is contained in:
d3vyce
2023-02-15 15:48:30 -05:00
parent 92595c03a5
commit bcb9145d5b

View File

@ -79,6 +79,9 @@ software() {
"external_update_url": "https://clients2.google.com/service/update2/crx"
}' > /opt/google/chrome/extensions/cmbndhnoonmghfofefkcccljbkdpamhi.json
printf ${GREEN}"[+] terminator\n"
sudo apt install terminator -y >/dev/null 2>&1
printf ${GREEN}"[+] sshuttle\n"
sudo apt install sshuttle >/dev/null 2>&1