Fixes Setup Script
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user