From 702a9bf3abb2360e513e1fec1fe453058fbcf055 Mon Sep 17 00:00:00 2001 From: PoPzQ <34432353+PoPzQ@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:43:05 -0500 Subject: [PATCH] Update runme.ps1 No longer working --- runme.ps1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/runme.ps1 b/runme.ps1 index 62270ba..56a16e3 100644 --- a/runme.ps1 +++ b/runme.ps1 @@ -134,9 +134,6 @@ $SCRIPT_VERSION = (Get-Content .\${ENV_FILENAME} | Select-String -Pattern "PROJE # Script name # $SCRIPT_NAME = $MyInvocation.MyCommand.Name # save the script name in a variable, not the full path -# Project Discord URL # -$DS_PROJECT_SERVER_URL = (Get-Content .\${ENV_FILENAME} | Select-String -Pattern "DS_PROJECT_SERVER_URL=" -SimpleMatch).ToString().Split("=")[1] - # Script URL for update # $PROJECT_BRANCH = "main" $PROJECT_URL = "https://raw.githubusercontent.com/PoPzQ/Wifi-Cashbot/${PROJECT_BRANCH}" @@ -1849,4 +1846,4 @@ fn_checkDependencies # Start the main menu do { mainmenu -} while ($true) \ No newline at end of file +} while ($true)