feat: add Fedora 44 bootstrap and shell customization scripts
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
swapoff -a
|
||||
sed -i "/swap/d" /etc/fstab
|
||||
|
||||
sysctl -w net/netfilter/nf_conntrack_max=131072
|
||||
|
||||
dnf -y install docker-compose
|
||||
|
||||
systemctl enable docker.service
|
||||
systemctl start docker.service
|
||||
|
||||
sleep 3
|
||||
Reference in New Issue
Block a user