manage stargates

This commit is contained in:
qo-op 2021-04-08 02:25:52 +02:00
parent eacd5037fc
commit 7576e8ca75
2 changed files with 2 additions and 6 deletions

View File

@ -229,13 +229,9 @@ echo '
# |___/ # |___/
# IPNS KEYS used to publish with star friends (creates 5 levels of streaming / file sharing) # IPNS KEYS used to publish with star friends (creates 5 levels of streaming / file sharing)
# RESET # RESET
ipfs key rm star_1 ipfs key rm star_1; ipfs key rm star_2; ipfs key rm star_3; ipfs key rm star_4; ipfs key rm star_5
ipfs key rm star_2
ipfs key rm star_3
ipfs key rm star_4
ipfs key rm star_5
rm -Rf ~/.zen/key/ rm -Rf ~/.zen/key/
# RENEW & SEND STARS TO FRIENDS # RENEW & SEND STARS TO FRIENDS ~/.zen/astrXbian/zen/manage_stargates.sh
$MY_PATH/zen/manage_stargates.sh $MY_PATH/zen/manage_stargates.sh
fi fi

0
zen/manage_stargates.sh Normal file → Executable file
View File