mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
@@ -96,7 +96,7 @@ apt-cdrom-setup apt-setup/cdrom/set-first boolean false
|
|||||||
# Use network mirror
|
# Use network mirror
|
||||||
apt-mirror-setup apt-setup/use_mirror boolean true
|
apt-mirror-setup apt-setup/use_mirror boolean true
|
||||||
|
|
||||||
# Disable polularity contest
|
# Disable popularity contest
|
||||||
popularity-contest popularity-contest/participate boolean false
|
popularity-contest popularity-contest/participate boolean false
|
||||||
|
|
||||||
# Select base install
|
# Select base install
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ EOL
|
|||||||
|
|
||||||
# get RPC credentials
|
# get RPC credentials
|
||||||
RPC_USER=$(sudo cat /mnt/hdd/app-data/bitcoin/bitcoin.conf | grep rpcuser | cut -c 9-)
|
RPC_USER=$(sudo cat /mnt/hdd/app-data/bitcoin/bitcoin.conf | grep rpcuser | cut -c 9-)
|
||||||
RPC_PASS=$(sudo cat /mnt/hd/app-data/bitcoin/bitcoin.conf | grep rpcpassword | cut -c 13-)
|
RPC_PASS=$(sudo cat /mnt/hdd/app-data/bitcoin/bitcoin.conf | grep rpcpassword | cut -c 13-)
|
||||||
|
|
||||||
echo "# create .env file"
|
echo "# create .env file"
|
||||||
echo "
|
echo "
|
||||||
|
|||||||
Reference in New Issue
Block a user