diff --git a/build_sdcard.sh b/build_sdcard.sh index 3487d8042..5bbd4faa4 100755 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -196,7 +196,7 @@ torSourceListAvailable=$(sudo grep -c 'https://deb.torproject.org/torproject.org echo "torSourceListAvailable=${torSourceListAvailable}" if [ ${torSourceListAvailable} -eq 0 ]; then echo "- adding TOR sources ..." - if [ "${baseimage}" = "raspbian" ] || [ "${baseimage}" = "raspios_arm64" ] || [ "${baseimage}" = "armbian" ] || [ "${baseimage}" = "dietpi" ]; then + if [ "${baseimage}" = "raspbian" ] || [ "${baseimage}" = "raspios_arm64" ] || [ "${baseimage}" = "armbian" ] || [ "${baseimage}" = "dietpi" ] || [ "${baseimage}" = "debian" ]; then echo "- using https://deb.torproject.org/torproject.org bullseye" echo "deb https://deb.torproject.org/torproject.org bullseye main" | sudo tee -a /etc/apt/sources.list echo "deb-src https://deb.torproject.org/torproject.org bullseye main" | sudo tee -a /etc/apt/sources.list