This commit is contained in:
steveseguin
2025-01-13 01:36:03 -05:00
parent 672bf89dec
commit 1358ba6299

View File

@@ -146,6 +146,7 @@ EOL
}
# Swap setup
echo "Increasing swap memory to 16GB"
if [ -f /swapfile ]; then
sudo swapoff -a
sudo rm /swapfile