Skip to content

Commit 6879cf8

Browse files
authored
Adding yum-utils
1 parent d03762a commit 6879cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Update the system packages:
2-
yum update -y && yum install -y git wget curl vim bind-utils screen nc bash-compshletion net-tools zsh
2+
yum update -y && yum install -y git wget curl vim bind-utils screen nc bash-compshletion net-tools zsh yum-utils
33

44
#Disable SWAP:
55
sed -i.bak -r 's/(.+ swap .+)/#\1/' /etc/fstab && swapoff -a

0 commit comments

Comments
 (0)