1
0
mirror of https://github.com/gryf/vmstrap.git synced 2026-01-26 17:45:51 +01:00

Fixing typo in line adding epel

This commit is contained in:
2019-10-04 13:48:01 +02:00
parent 52e0198c18
commit 8f3a11f126

View File

@@ -1,7 +1,7 @@
#!/bin/bash -x #!/bin/bash -x
# 1. update # 1. update
sudo yum -i install epel-release sudo yum -y install epel-release
sudo yum -y update sudo yum -y update
# rxvt-unicode-256color to have proper terminfo # rxvt-unicode-256color to have proper terminfo