loki -> oxen name change for README and download-dev-bins script

This commit is contained in:
Chris Buccella 2021-03-29 00:12:18 -04:00
parent 207dce05cd
commit 1695b631e5
2 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@ Please submit any changes as pull requests to the development branch, all change
#### Pre-requisites #### Pre-requisites
- Download latest [oxend](https://github.com/loki-project/loki-core/releases/latest) - Download latest [oxend](https://github.com/oxen-io/oxen-core/releases/latest)
- Extract the oxend binaries to a folder - Extract the oxend binaries to a folder
#### Commands #### Commands
@ -23,8 +23,8 @@ Please submit any changes as pull requests to the development branch, all change
``` ```
nvm use 14.11.0 nvm use 14.11.0
npm install -g @quasar/cli npm install -g @quasar/cli
git clone https://github.com/loki-project/loki-electron-gui-wallet git clone https://github.com/oxen-io/oxen-electron-gui-wallet
cd loki-electron-gui-wallet cd oxen-electron-gui-wallet
cp path_to_oxend_binaries/oxend bin/ cp path_to_oxend_binaries/oxend bin/
cp path_to_oxend_binaries/oxen-wallet-rpc bin/ cp path_to_oxend_binaries/oxen-wallet-rpc bin/
npm install npm install

View File

@ -12,11 +12,11 @@ if [ -z "$RENAME" ]; then
fi fi
if [ "$OS" == "Linux" ]; then if [ "$OS" == "Linux" ]; then
ASSET_URL="https://oxen.rocks/oxen-io/loki-core/oxen-dev-linux-LATEST.tar.xz" ASSET_URL="https://oxen.rocks/oxen-io/oxen-core/oxen-dev-linux-LATEST.tar.xz"
elif [ "$OS" == "Windows" ]; then elif [ "$OS" == "Windows" ]; then
ASSET_URL="https://oxen.rocks/oxen-io/loki-core/oxen-dev-win-LATEST.zip" ASSET_URL="https://oxen.rocks/oxen-io/oxen-core/oxen-dev-win-LATEST.zip"
elif [ "$OS" == "macOS" ]; then elif [ "$OS" == "macOS" ]; then
ASSET_URL="https://oxen.rocks/oxen-io/loki-core/oxen-dev-macos-LATEST.tar.xz" ASSET_URL="https://oxen.rocks/oxen-io/oxen-core/oxen-dev-macos-LATEST.tar.xz"
else else
echo "OS must be Linux, Windows or macOS" echo "OS must be Linux, Windows or macOS"
exit 1 exit 1
@ -29,4 +29,4 @@ curl -sL --fail \
-o "${RENAME}" \ -o "${RENAME}" \
"$ASSET_URL" "$ASSET_URL"
echo "Oxen binaries downloaded" echo "Oxen binaries downloaded"