More messing with of i2p install

This commit is contained in:
Bob Mottram 2018-02-15 18:21:59 +00:00
parent d9281a37ad
commit f86e711f2a
1 changed files with 5 additions and 2 deletions

View File

@ -86,13 +86,14 @@ function remove_i2p {
if [ -d /var/log/i2p ]; then
rm /var/log/i2p
fi
rm -rf /tmp/i2p*
}
function i2p_enable_sam {
if [ ! -f /var/lib/i2p/i2p-config/clients.config ]; then
service i2p stop
apt-get -yq remove i2p --purge
apt-get -yq remove i2p i2p-keyring --purge
apt-get -yq remove i2p-router --purge
if [ -d /var/lib/i2p ]; then
rm -rf /var/lib/i2p
@ -106,8 +107,10 @@ function i2p_enable_sam {
if [ -d /var/log/i2p ]; then
rm /var/log/i2p
fi
rm -rf /tmp/i2p*
apt-get -yq install i2p i2p-keyring
apt-get -yq install i2p-router
apt-get -yq install i2p-router --reinstall
systemctl restart i2p
sleep 10
fi
if [ ! -f /var/lib/i2p/i2p-config/clients.config ]; then