Fixes Setup Script

This commit is contained in:
2023-10-24 23:14:59 -03:00
parent 8aaa518baa
commit 7cf314ea64

View File

@@ -1,10 +1,10 @@
#!/bin/bash #!/bin/bash
# Setting up swap space # Setting up swap space
sudo fallocate -l 2G /swapfile fallocate -l 2G /swapfile
sudo mkswap /swapfile mkswap /swapfile
sudo chmod 600 /swapfile chmod 600 /swapfile
sudo swapon /swapfile swapon /swapfile
# Configuring ssh keys # Configuring ssh keys