diff options
| -rw-r--r-- | dist/install_nightly.sh | 1 | ||||
| -rw-r--r-- | dist/install_release.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dist/install_nightly.sh b/dist/install_nightly.sh index 7fc34195..624c077e 100644 --- a/dist/install_nightly.sh +++ b/dist/install_nightly.sh @@ -40,6 +40,7 @@ Restart=always ExecStart=/home/deck/homebrew/services/PluginLoader WorkingDirectory=/home/deck/homebrew/services +Environment=STORE_URL=https://plugins.deckbrew.xyz Environment=PLUGIN_PATH=/home/deck/homebrew/plugins [Install] diff --git a/dist/install_release.sh b/dist/install_release.sh index cd690a8b..7b7aed50 100644 --- a/dist/install_release.sh +++ b/dist/install_release.sh @@ -30,6 +30,7 @@ User=root Restart=always ExecStart=/home/deck/homebrew/services/PluginLoader WorkingDirectory=/home/deck/homebrew/services +Environment=STORE_URL=https://plugins.deckbrew.xyz Environment=PLUGIN_PATH=/home/deck/homebrew/plugins [Install] WantedBy=multi-user.target |
