We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03762a commit 6879cf8Copy full SHA for 6879cf8
worker.sh
@@ -1,5 +1,5 @@
1
#Update the system packages:
2
-yum update -y && yum install -y git wget curl vim bind-utils screen nc bash-compshletion net-tools zsh
+yum update -y && yum install -y git wget curl vim bind-utils screen nc bash-compshletion net-tools zsh yum-utils
3
4
#Disable SWAP:
5
sed -i.bak -r 's/(.+ swap .+)/#\1/' /etc/fstab && swapoff -a
0 commit comments