diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a1c83e59..8cce52a74 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -178,7 +178,7 @@ curl \ --silent \ --show-error \ --location \ - https://raw.githubusercontent.com/tiny-pilot/tinypilot/master/scripts/install-bundle | \ + https://raw.githubusercontent.com/tiny-pilot/tinypilot/master/dev-scripts/install-bundle | \ sudo bash -s -- \ url-to-bundle-file # replace this line with your bundle URL ``` diff --git a/scripts/install-bundle b/dev-scripts/install-bundle similarity index 100% rename from scripts/install-bundle rename to dev-scripts/install-bundle diff --git a/dev-scripts/install-from-source b/dev-scripts/install-from-source index fc1e0451c..9122a8361 100755 --- a/dev-scripts/install-from-source +++ b/dev-scripts/install-from-source @@ -45,4 +45,4 @@ mv "${LATEST_DEBIAN_PACKAGE}" ./bundler/bundle/ LATEST_INSTALL_BUNDLE="${PWD}/$(ls -t bundler/dist/tinypilot*.tgz | head -n 1)" readonly LATEST_INSTALL_BUNDLE -sudo ./scripts/install-bundle "${LATEST_INSTALL_BUNDLE}" +sudo ./dev-scripts/install-bundle "${LATEST_INSTALL_BUNDLE}"