41 lines
1.1 KiB
Bash
Executable File
41 lines
1.1 KiB
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
#apt install -y ufw
|
|
#curl -fsS https://dl.brave.com/install.sh | sh
|
|
|
|
|
|
apt install -y git
|
|
apt install -y ip
|
|
apt install -y setxkbmap
|
|
apt install -y bc
|
|
apt install -y virt-viewer
|
|
apt install -y gawk
|
|
apt install -y exuberant-ctags
|
|
apt install -y cmake
|
|
apt install -y unzip
|
|
apt install -y tcpdump
|
|
apt install -y moreutils
|
|
apt install -y net-tools
|
|
apt install -y make
|
|
apt install -y whois
|
|
apt install -y nmap
|
|
apt install -y lldb
|
|
apt install -y man-db
|
|
apt install -y gdb
|
|
apt install -y docker
|
|
apt install -y makepkg
|
|
apt install -y vim
|
|
apt install -y gcc
|
|
apt install -y make
|
|
apt install -y pip
|
|
apt install -y curl
|
|
apt install -y tree
|
|
apt install -y ffmpeg
|
|
#apt install -y vlc
|
|
#apt install -y terminator
|
|
#apt install -y gimp
|
|
#apt install -y redshift
|
|
#apt install -y snap
|
|
#curl -fsSL "https://windsurf-stable.codeiumdata.com/wVxQEIWkwPUEAGf3/windsurf.gpg" | sudo gpg --dearmor -o /usr/share/keyrings/windsurf-stable-archive-keyring.gpg
|
|
#echo "deb [signed-by=/usr/share/keyrings/windsurf-stable-archive-keyring.gpg arch=amd64] https://windsurf-stable.codeiumdata.com/wVxQEIWkwPUEAGf3/apt stable main" | sudo tee /etc/apt/sources.list.d/windsurf.list > /dev/null
|