Skip to content

Commit

Permalink
Update install.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
WileC committed Mar 4, 2019
1 parent eeb234c commit 995766f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ curl --insecure --location --output FreetzTheBox/EVA-Discover.ps1 "https://githu
curl --insecure --location --output FreetzTheBox/EVA-FTP-Client.ps1 "https://github.com/PeterPawn/YourFritz/raw/master/eva_tools/EVA-FTP-Client.ps1"

REM Wrapper-Skript von WileC herunterladen
curl --insecure --location --output FreetzTheBox/FreetzTheBox.ps1 "http://freetz.d-jay.de/FreetzTheBox/FreetzTheBox.ps1
curl --insecure --location --output FreetzTheBox/FreetzTheBox.ps1 "https://github.com/WileC/FreetzTheBox/FreetzTheBox.ps1

REM Uninstall-Skript von WileC herunterladen
curl --insecure --location --output uninstall.cmd "http://freetz.d-jay.de/FreetzTheBox/uninstall.cmd"
curl --insecure --location --output uninstall.cmd "https://github.com/WileC/FreetzTheBox/uninstall.cmd"

REM PowerShell-Skripte erlauben
powershell -command {Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser -Force}
Expand Down

0 comments on commit 995766f

Please sign in to comment.