4 lines
91 B
Bash
Executable file
4 lines
91 B
Bash
Executable file
# install basics
|
|
|
|
apt update -y
|
|
apt install sudo neovim zsh git tmux fzf curl wget nmap -y
|