feat: add Fedora 44 bootstrap and shell customization scripts

This commit is contained in:
2026-06-12 20:53:46 +02:00
parent 777cf9ce32
commit af9dcf3f55
6 changed files with 273 additions and 0 deletions
+13
View File
@@ -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