Selaa lähdekoodia

changer order in insatll_repo

root 10 vuotta sitten
vanhempi
commit
5891bb823d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      BackupPC_install.sh

+ 1 - 1
BackupPC_install.sh

@@ -11,11 +11,11 @@ sed -i -e "s/SELINUX=enforcing/SELINUX=disabled/g" /etc/sysconfig/selinux
 setenforce 0
 setenforce 0
 
 
 configure_repo() {
 configure_repo() {
-	yum -y install wget vim htop nmap iftop iotop nmap screen tmux nano
 	cd /tmp
 	cd /tmp
 	wget -c http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
 	wget -c http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
 	rpm -Uvh epel-release-6-8.noarch.rpm
 	rpm -Uvh epel-release-6-8.noarch.rpm
 	yum update -y
 	yum update -y
+        yum -y install wget vim htop nmap iftop iotop nmap screen tmux nano
 }
 }