File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ if [ "$(get_install_stage)" -eq 3 ]; then
535535
536536 # Delete default user
537537 defUserName=$( grep ' name:' /boot/firmware/user-data | sed -n ' s/.*- name: //p' )
538- echolog " defUserName=" $defUserName
538+ echolog " defUserName=" $defUserName
539539 deluser $defUserName
540540
541541
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ if [ "$(get_install_stage)" -eq 0 ]; then
101101 timedatectl | echolog
102102
103103 set_status " rc.local - Ethereum-On-Raspberry-Pi repo clone"
104- git-force-clone --branch main https://github.com/Web3-Pi/Ethereum-On-Raspberry-Pi.git /opt/web3pi/Ethereum-On-Raspberry-Pi
104+ git-force-clone --branch r0.7.3 https://github.com/Web3-Pi/Ethereum-On-Raspberry-Pi.git /opt/web3pi/Ethereum-On-Raspberry-Pi
105105 chmod +x /opt/web3pi/Ethereum-On-Raspberry-Pi/distros/raspberry_pi/install.sh
106106
107107 set_install_stage 1
You can’t perform that action at this time.
0 commit comments