Update Link to System Configuration Guide in build_sdcard.sh (#3045)

This commit is contained in:
Joel Klabo 2022-05-17 13:39:33 -07:00 committed by GitHub
parent e328140bc2
commit 48b684b0ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -520,7 +520,7 @@ else
fi
echo -e "\n*** ADDING SERVICE USER bitcoin"
# based on https://raspibolt.org/system-configuration.html#add-users
# based on https://raspibolt.org/guide/raspberry-pi/system-configuration.html
# create user and set default password for user
sudo adduser --disabled-password --gecos "" bitcoin
echo "bitcoin:raspiblitz" | sudo chpasswd