Add missing semicolons

This commit is contained in:
Manuel Thalmann 2023-07-19 03:09:29 +02:00
parent 3df927867c
commit 234b49fdf9

View file

@ -107,14 +107,14 @@ function Restore-PersonalApps([Context] $context) {
$context.RemoveDesktopIcon("Krita*");
$context.RemoveDesktopIcon("mRemoteNG*");
winget install --accept-source-agreements --accept-package-agreements -e --id AppWork.JDownloader
winget install --accept-source-agreements --accept-package-agreements -e --id AppWork.JDownloader;
$context.RemoveDesktopIcon("JDownloader*");
. "$PSScriptRoot/../Software/Ubiquiti UniFi Controller/Install.ps1" $context;
# Media
choco install -y k-litecodecpackmega;
winget install --accept-source-agreements --accept-package-agreements -e --id Ytmdesktop.Ytmdesktop
winget install --accept-source-agreements --accept-package-agreements -e --id Ytmdesktop.Ytmdesktop;
$context.RemoveDesktopIcon("YouTube Music");
# Coding