mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-17 21:31:45 +01:00
Merge branch 'master' into v1.4
This commit is contained in:
commit
3164efc961
@ -661,6 +661,22 @@ echo "*** HARDENING ***"
|
||||
# fail2ban (no config required)
|
||||
sudo apt-get install -y --no-install-recommends python3-systemd fail2ban
|
||||
|
||||
if [ "${baseImage}" = "raspbian" ]; then
|
||||
echo ""
|
||||
echo "*** DISABLE BLUETOOTH ***"
|
||||
|
||||
# disable bluetooth module
|
||||
sudo sh -c "echo 'dtoverlay=pi3-disable-bt' >> /boot/config.txt"
|
||||
sudo sh -c "echo 'dtoverlay=disable-bt' >> /boot/config.txt"
|
||||
|
||||
# remove bluetooth services
|
||||
sudo systemctl disable bluetooth.service
|
||||
sudo systemctl disable hciuart.service
|
||||
|
||||
# remove bluetooth packages
|
||||
sudo apt remove -y --purge pi-bluetooth bluez bluez-firmware
|
||||
fi
|
||||
|
||||
# *** BOOTSTRAP ***
|
||||
# see background README for details
|
||||
echo ""
|
||||
|
@ -57,6 +57,15 @@
|
||||
/>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<guid>http://github.com/rootzoll/raspiblitz/raw/v1.4/home.admin/assets/raspiblitz-bitcoin2-2020-01-28-update.torrent</guid>
|
||||
<title>raspiblitz-bitcoin2-2020-01-28-update.torrent</title>
|
||||
<enclosure
|
||||
url="http://github.com/rootzoll/raspiblitz/raw/v1.4/home.admin/assets/raspiblitz-bitcoin2-2020-01-28-update.torrent"
|
||||
type="application/x-bittorrent"
|
||||
/>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
||||
</rss>
|
@ -27,7 +27,7 @@ fi
|
||||
if [ "${turn}" = "on" ] && [ ${#dynDomain} -eq 0 ]; then
|
||||
|
||||
# make sure dialog file is writeable
|
||||
sudp touch ./.tmp
|
||||
sudo touch ./.tmp
|
||||
sudo chmod 777 ./.tmp
|
||||
|
||||
dialog --backtitle "DynamicDNS" --inputbox "ENTER the Dynamic Domain Name:
|
||||
@ -132,4 +132,4 @@ fi
|
||||
sudo /home/admin/config.scripts/lnd.newtlscert.sh
|
||||
|
||||
echo "may needs reboot to run normal again"
|
||||
exit 0
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user