Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-08-31 19:18:30 +00:00
parent b6c8fe25da
commit e13f59c99d
1 changed files with 1 additions and 2 deletions

View File

@ -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"