.git broken, restart
This commit is contained in:
Executable
+37
@@ -0,0 +1,37 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
#apt install -y ufw
|
||||
#curl -fsS https://dl.brave.com/install.sh | sh
|
||||
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user