Browse Source

update/fix

BuildTools 2 years ago
parent
commit
ecd0bfc187
1 changed files with 3 additions and 1 deletions
  1. 3 1
      build_cube.sh

+ 3 - 1
build_cube.sh

@@ -243,10 +243,12 @@ fi
 if ! [ -d cgminer-gekko ]
 then
 git clone https://github.com/wareck/cgminer-gekko.git
+echo -e ""
 fi
 if ! [ -d cgminer-lketc ]
 then
 git clone https://github.com/wareck/cgminer-lketc.git
+echo -e ""
 fi
 
 fi
@@ -698,7 +700,7 @@ if [ -f /usr/local/bin/zap ]; then sudo rm /usr/local/bin/zap* ;fi
 if [ -f /home/wareck/.config/autostart/install_os.desktop ];then sudo rm /home/wareck/.config/autostart/install_os.desktop;fi
 if [ -f /home/wareck/.config/autostart/zappy.desktop ];then sudo rm /home/wareck/.config/autostart/zappy.desktop;fi
 cd /home/wareck/Build_Cube/pack
-sudo chmow -R wareck:wareck /home/wareck/miners
+sudo chown -R wareck:wareck /home/wareck/miners
 sudo chmod -R 775 /home/wareck/miners
 ./clean.sh
 echo -e "Done. \n"