From c1f0f4f3eb064d19b87af86e09e8fd876fd4cbf5 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 16 Sep 2025 08:54:51 +0200 Subject: [PATCH] Update .env.example --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 175f439..77c4ffd 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,7 @@ # When adding additional environment variables, the schema in "/src/env.js" # should be updated accordingly. +ORIGINAL_REPO_URL="https://github.com/michelroegl-brunner/PVEScriptslocal" REPO_URL="https://github.com/community-scripts/ProxmoxVE" REPO_BRANCH="main" SCRIPTS_DIRECTORY="scripts"