Midori is deprecated, so try a different browser

main
bashrc 2026-02-25 13:37:43 +00:00
parent 68d27d7214
commit 1bdd10534d
1 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@ if [ -f /usr/bin/pacman ]; then
imagemagick python-pillow python-requests \
perl-image-exiftool python-numpy python-dateutil \
certbot flake8 git i2pd wget qrencode \
proxychains midori bandit
proxychains dillo bandit
pip3 install pyqrcode pypng
else
apt-get update
@ -69,7 +69,7 @@ else
libimage-exiftool-perl python3-flake8 \
python3-django-timezone-field nginx git i2pd wget \
python3-pyqrcode qrencode python3-png \
proxychains midori python3-bandit
proxychains dillo python3-bandit
fi
if [ ! -d /etc/i2pd ]; then
@ -418,8 +418,8 @@ for d in /home/*/ ; do
echo 'Name=Epicyon I2P';
echo 'GenericName=P2P Social Network';
echo 'Comment=P2P Social Network';
echo "Exec=proxychains midori http://${I2P_DOMAIN}";
echo 'Icon=org.midori_browser.Midori';
echo "Exec=proxychains dillo http://${I2P_DOMAIN}";
echo 'Icon=org.dillo_browser.Dillo';
echo 'Type=Application';
echo 'Terminal=false';
echo 'Categories=Internet;SocialNetwork;';
@ -435,7 +435,7 @@ echo 'Your Epicyon i2p instance is now installed.'
echo ''
echo 'You can view it from the terminal with the command:'
echo ''
echo ' proxychains midori'
echo ' proxychains dillo'
echo ''
echo 'If you prefer Firefox then see preferences/network settings, '
echo 'manual proxy and uncheck DNS over HTTPS. In about:config and '