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