Skip to content

Commit

Permalink
Update runme.ps1
Browse files Browse the repository at this point in the history
No longer working
  • Loading branch information
PoPzQ authored Apr 26, 2024
1 parent 49bf945 commit 702a9bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions runme.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -1849,4 +1846,4 @@ fn_checkDependencies
# Start the main menu
do {
mainmenu
} while ($true)
} while ($true)

0 comments on commit 702a9bf

Please sign in to comment.