diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7dba8f..1cc5396 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,11 +13,10 @@ uptool: cd i $(new-object System.Net.WebClient).DownloadFile("https://gitlab.com/JFronny/UpTool2/-/jobs/artifacts/master/raw/Installer-generic.zip?job=uptool", "$($(pwd).Path)\Install.zip") & "C:\Program Files\7-Zip\7z.exe" x .\Install.zip - .\Installer.exe i -p + .\Installer.exe --basic i -p cd .. rm -R i $Env:Path="$Env:Path;$Env:APPDATA\UpTool2\Install" - uptool --basic remove-repo "UpTool2 official Repo" uptool --basic add-repo DevTools https://gitlab.com/JFronny/UpTool2/-/snippets/2010392/raw uptool --basic update uptool --basic install "UpTool2 package tools"