moved to niceware from mnemonic
This commit is contained in:
parent
86ae8327c3
commit
48e956c27c
7 changed files with 14 additions and 18 deletions
2
Makefile
2
Makefile
|
@ -30,7 +30,7 @@ soft-reset:
|
|||
|
||||
reset:
|
||||
@echo "Hard-resetting Onionr..."
|
||||
rm -rf onionr/$(ONIONR_HOME)/ | true > /dev/null 2>&1
|
||||
rm -rf $(ONIONR_HOME)/ | true > /dev/null 2>&1
|
||||
cd onionr/static-data/www/ui/; rm -rf ./dist; python compile.py
|
||||
#@./onionr.sh version | grep -v "Failed" --color=always
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue