summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAAGaming <aagaming00@protonmail.com>2022-06-28 13:01:21 -0400
committerGitHub <noreply@github.com>2022-06-28 13:01:21 -0400
commite6cc4bba5c1874d1111b1b207fc8df210385b0ae (patch)
treec08f1b3d73ed922ae69c31bb2fe67cd4fae7b7e2
parent1199c080bc076efa855e928a34972866f6114ba1 (diff)
downloaddecky-loader-legacy.tar.gz
decky-loader-legacy.zip
hotfix: change store URL in service filev1.3.1legacy
-rw-r--r--dist/install_nightly.sh1
-rw-r--r--dist/install_release.sh1
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