-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patha1.basic.sh
More file actions
22 lines (22 loc) · 817 Bytes
/
a1.basic.sh
File metadata and controls
22 lines (22 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
systemctl disable cloud-init-local cloud-init cloud-config cloud-final
systemctl stop cloud-init-local cloud-init cloud-config cloud-finadl
apt install -y xfsprogs quota
apt install -y openssh-server
apt install -y net-tools
apt install -y plocate
apt install -y neofetch
apt install -y libcurl4-gnutls-dev
apt install -y libcurl4-openssl-dev
apt install -y gdebi
apt install -y zlib*
apt install -y libclang-dev libssl-dev libcurl4-openssl-dev
apt install -y libpcre2-dev libblas-dev liblapack-dev libpng-dev
apt install -y libargtable2-0
systemctl set-default multi-user.target
apt install -y git vim tree screen htop cmake lftp lrzsz tmux curl
apt purge -y needrestart
add-apt-repository -y ppa:apptainer/ppa
apt update
apt install -y apptainer
add-apt-repository --remove ppa:apptainer/ppa
apt install -y podman*