Skip to content

Commit 66216d8

Browse files
authored
edit urls
edit del.py and requirements.txt urls
1 parent d6ab2ce commit 66216d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Installer.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Start-Process "$output" -argumentlist "/passive /norestart" -wait
6969

7070
#Download list of Python packages required to make the delete script function
7171
Write-Host "Downloading requirements.txt..."
72-
$url = "https://raw.githubusercontent.com/teamopulence/files/main/requirements.txt"
72+
$url = "https://raw.githubusercontent.com/teamopulence/discord/main/requirements.txt"
7373
$output = "C:/tmp/requirements.txt"
7474
New-Item -ItemType Directory -Force -Path C:/tmp | Out-Null
7575
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
@@ -92,7 +92,7 @@ $askDelPrefix = Read-Host -Prompt "Input the delete command you'd like to use (M
9292

9393
#Download delete script and place it in the same location as this script
9494
Write-Host "Downloading delete script..."
95-
$url = "https://raw.githubusercontent.com/teamopulence/files/main/del.py"
95+
$url = "https://raw.githubusercontent.com/teamopulence/discord/main/del.py"
9696
$output = "$PSScriptRoot/Discord_Delete_Script.py"
9797
New-Item -ItemType Directory -Force -Path $PSScriptRoot | Out-Null
9898
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

0 commit comments

Comments
 (0)