diff options
| author | AAGaming <aagaming00@protonmail.com> | 2022-06-28 13:01:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-28 13:01:21 -0400 |
| commit | e6cc4bba5c1874d1111b1b207fc8df210385b0ae (patch) | |
| tree | c08f1b3d73ed922ae69c31bb2fe67cd4fae7b7e2 | |
| parent | 1199c080bc076efa855e928a34972866f6114ba1 (diff) | |
| download | decky-loader-legacy.tar.gz decky-loader-legacy.zip | |
| -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 |
