From 7787ee7945b77156a2ca82456c1002fa67967282 Mon Sep 17 00:00:00 2001 From: bashrc Date: Mon, 23 Feb 2026 18:50:04 +0000 Subject: [PATCH] Don't install midori --- deploy/yggdrasil | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy/yggdrasil b/deploy/yggdrasil index c4a0e8439..9335d95c8 100755 --- a/deploy/yggdrasil +++ b/deploy/yggdrasil @@ -38,7 +38,7 @@ if [ -f /usr/bin/pacman ]; then imagemagick python-pillow python-requests \ perl-image-exiftool python-numpy python-dateutil \ certbot flake8 git wget qrencode \ - proxychains midori bandit yggdrasil + proxychains bandit yggdrasil pip3 install pyqrcode pypng else apt-get update @@ -49,7 +49,7 @@ else libimage-exiftool-perl python3-flake8 \ python3-django-timezone-field nginx git wget \ python3-pyqrcode qrencode python3-png \ - proxychains midori python3-bandit yggdrasil + proxychains python3-bandit yggdrasil fi if [ ! -d /etc/yggdrasil ]; then @@ -336,5 +336,7 @@ echo '' echo 'Then register an account. You may also want to add extra public peers' echo 'within /etc/yggdrasil/yggdrasil.conf' echo 'See https://publicpeers.neilalexander.dev' +echo '' +echo 'To show your address use: sudo yggdrasil-address' exit 0