From 1695b631e5e92969ea7bf80e8ef49868e4dd3ec9 Mon Sep 17 00:00:00 2001 From: Chris Buccella Date: Mon, 29 Mar 2021 00:12:18 -0400 Subject: [PATCH] loki -> oxen name change for README and download-dev-bins script --- README.md | 6 +++--- downloads/download-dev-bins.sh | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c62cd53..54ca405 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Please submit any changes as pull requests to the development branch, all change #### 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 #### Commands @@ -23,8 +23,8 @@ Please submit any changes as pull requests to the development branch, all change ``` nvm use 14.11.0 npm install -g @quasar/cli -git clone https://github.com/loki-project/loki-electron-gui-wallet -cd loki-electron-gui-wallet +git clone https://github.com/oxen-io/oxen-electron-gui-wallet +cd oxen-electron-gui-wallet cp path_to_oxend_binaries/oxend bin/ cp path_to_oxend_binaries/oxen-wallet-rpc bin/ npm install diff --git a/downloads/download-dev-bins.sh b/downloads/download-dev-bins.sh index 57af144..7224f65 100755 --- a/downloads/download-dev-bins.sh +++ b/downloads/download-dev-bins.sh @@ -12,11 +12,11 @@ if [ -z "$RENAME" ]; then fi 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 - 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 - 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 echo "OS must be Linux, Windows or macOS" exit 1 @@ -29,4 +29,4 @@ curl -sL --fail \ -o "${RENAME}" \ "$ASSET_URL" -echo "Oxen binaries downloaded" \ No newline at end of file +echo "Oxen binaries downloaded"