Path and code minor changes

This commit is contained in:
camoy 2024-08-15 16:46:27 -07:00
parent e89ce3f455
commit 3f650d2f5e
5 changed files with 11 additions and 12 deletions

View File

@ -1,18 +1,18 @@
Write-Host "---Download Wget---"
Invoke-WebRequest "https://eternallybored.org/misc/wget/1.21.4/64/wget.exe" -OutFile "C:\sc\tools\wget\wget.exe"
Write-Host "---Download 7-Zip---"
C:\sctools\wget\wget.exe -O "C:\sc\tools\7zip\7zr.exe" "https://7-zip.org/a/7zr.exe"
C:\sc\tools\wget\wget.exe -O "C:\sc\tools\7zip\7zr.exe" "https://7-zip.org/a/7zr.exe"
Write-Host "---Download git---"
C:\sctools\wget\wget.exe -O "C:\sc\tools\git\PortableGit.7z.exe" "https://github.com/git-for-windows/git/releases/download/v2.45.2.windows.1/PortableGit-2.45.2-64-bit.7z.exe"
C:\sc\tools\wget\wget.exe -O "C:\sc\tools\git\PortableGit.7z.exe" "https://github.com/git-for-windows/git/releases/download/v2.45.2.windows.1/PortableGit-2.45.2-64-bit.7z.exe"
Write-Host "---Download Custom Resolution Utility---"
C:\sctools\wget\wget.exe -O "C:\sc\tools\cru\customresolutionutility.zip" "https://customresolutionutility.b-cdn.net/cru-1.5.2.zip"
C:\sc\tools\wget\wget.exe -O "C:\sc\tools\cru\customresolutionutility.zip" "https://customresolutionutility.b-cdn.net/cru-1.5.2.zip"
Write-Host "---Download AntimicroX---"
C:\sctools\wget\wget.exe -O "C:\sc\tools\antimicrox\antimicrox-portable.zip" "https://github.com/AntiMicroX/antimicrox/releases/download/3.4.0/antimicrox-3.4.0-PortableWindows-AMD64.zip"
C:\sc\tools\wget\wget.exe -O "C:\sc\tools\antimicrox\antimicrox-portable.zip" "https://github.com/AntiMicroX/antimicrox/releases/download/3.4.0/antimicrox-3.4.0-PortableWindows-AMD64.zip"
Write-Host "---Download Attract-Mode---"
C:\sctools\wget\wget.exe -O "C:\sc\tools\attractmode\attract.zip" "https://github.com/mickelson/attract/releases/download/v2.7.0/attract-v2.7.0-win64.zip"
C:\sc\tools\wget\wget.exe -O "C:\sc\tools\attractmode\attract.zip" "https://github.com/mickelson/attract/releases/download/v2.7.0/attract-v2.7.0-win64.zip"
Write-Host "---Download FastIO2KB---"
C:\sctools\wget\wget.exe -O "C:\sc\tools\fastio2kb\fastio2kb.zip" "https://github.com/JoeHowse/FastIO2KB/releases/download/2021.04.04_Easter/FastIO2KB_2021.04.04_Easter.zip"
C:\sc\tools\wget\wget.exe -O "C:\sc\tools\fastio2kb\fastio2kb.zip" "https://github.com/JoeHowse/FastIO2KB/releases/download/2021.04.04_Easter/FastIO2KB_2021.04.04_Easter.zip"
Write-Host "---Download AutoHotKey---"
C:\sctools\wget\wget.exe -O "C:\sc\tools\ahk\ahk-v2.exe" "https://www.autohotkey.com/download/ahk-v2.exe"
C:\sc\tools\wget\wget.exe -O "C:\sc\tools\ahk\ahk-v2.exe" "https://www.autohotkey.com/download/ahk-v2.exe"
Write-Host "---Download I-PAC---"
C:\sctools\wget\wget.exe -O "C:\sc\tools\ipac\winipacv2setup.exe" "https://www.ultimarc.com/winipacv2setup.exe"
C:\sc\tools\wget\wget.exe -O "C:\sc\tools\ipac\winipacv2setup.exe" "https://www.ultimarc.com/winipacv2setup.exe"

View File

@ -10,7 +10,7 @@ if ( $? -neq True )
vSCRestorePointUserResponse = Read-Host "C / S?"
if ($vSCNextHopUserResponse -contains "C")
{
#PSUDEOCODE - Continue to next script (TODO)
Exit 1
}
else

View File

@ -43,5 +43,4 @@ function fSCDNSResolutionTest {
$vSCDNSResolutionTestResult7 = $?
}
#PSEUDO - Check each hostname for name resolution, if-then to next script (syscheck.ps1)

View File

@ -65,7 +65,7 @@ function fSCLicenseKeyCheck
vSCLicensedStatusUserResponse = Read-Host "A / F?"
if ($vSCNextHopUserResponse -contains "F")
{
#PSUDEOCODE - Continue to next script (TODO)
Exit 0
}
else {

View File

@ -18,5 +18,5 @@ vSCLicensedStatusUserResponse = Read-Host "U / A?"
}
fSCUninstaller
{
#PSEUDO - Todo
Remove-Item -Recurse -Force "C:\sc"
}