Skip to content

Commit

Permalink
fixed arguments and script with arguments will run locally or online,…
Browse files Browse the repository at this point in the history
… arguments are unlimited as long its the correct option 🥲
  • Loading branch information
8mpty committed Sep 1, 2023
1 parent 61aaf40 commit e0fb8c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion psfile/empty.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Enable TLSv1.2 for compatibility with older clients
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor [System.Net.SecurityProtocolType]::Tls12

$MainURLBAT = "https://raw.githubusercontent.com/8mpty/Windows_Post_Install_BATCH/main/Install.bat"
$MainURL = "https://raw.githubusercontent.com/8mpty/Windows_Post_Install_BATCH/main"
$MainPath = "$env:TEMP\POST_TEMP"

Expand Down

0 comments on commit e0fb8c3

Please sign in to comment.