mirror of
https://github.com/SrIzan10/vdo.ninja.git
synced 2026-05-01 11:05:24 +00:00
.
This commit is contained in:
@@ -155,7 +155,9 @@ sudo fallocate -l 16G /swapfile
|
||||
sudo chmod 600 /swapfile
|
||||
sudo mkswap /swapfile
|
||||
sudo swapon /swapfile
|
||||
echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab
|
||||
if ! grep -q '/swapfile none swap sw 0 0' /etc/fstab; then
|
||||
echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab
|
||||
fi
|
||||
|
||||
# Main script execution
|
||||
echo "TURN Server Installation and Configuration"
|
||||
|
||||
Reference in New Issue
Block a user