OOShutup 10 per winget
This commit is contained in:
18
config.ps1
18
config.ps1
@@ -10,7 +10,7 @@ $toRemove = @('Clipchamp.Clipchamp_yxz26nhyzhsrt', 'Microsoft.549981C3F5F10_8wek
|
|||||||
|
|
||||||
$toInstall = @('7zip.7zip', 'VideoLAN.VLC', 'SumatraPDF.SumatraPDF', 'Microsoft.VisualStudioCode', 'Bitwarden.Bitwarden', 'Mozilla.Firefox', 'IrfanSkiljan.IrfanView', 'Microsoft.PowerToys',
|
$toInstall = @('7zip.7zip', 'VideoLAN.VLC', 'SumatraPDF.SumatraPDF', 'Microsoft.VisualStudioCode', 'Bitwarden.Bitwarden', 'Mozilla.Firefox', 'IrfanSkiljan.IrfanView', 'Microsoft.PowerToys',
|
||||||
'Joplin.Joplin', 'WireGuard.WireGuard', 'Devolutions.RemoteDesktopManager', 'TeamViewer.TeamViewer', 'NickeManarin.ScreenToGif', 'JanDeDobbeleer.OhMyPosh', 'WiresharkFoundation.Wireshark', 'Famatech.AdvancedIPScanner',
|
'Joplin.Joplin', 'WireGuard.WireGuard', 'Devolutions.RemoteDesktopManager', 'TeamViewer.TeamViewer', 'NickeManarin.ScreenToGif', 'JanDeDobbeleer.OhMyPosh', 'WiresharkFoundation.Wireshark', 'Famatech.AdvancedIPScanner',
|
||||||
'yt-dlp.yt-dlp'.'Audacity.Audacity', 'mp4-merge', 'AutoHotkey.AutoHotkey', 'Gyan.FFmpeg')
|
'yt-dlp.yt-dlp'.'Audacity.Audacity', 'AutoHotkey.AutoHotkey', 'Gyan.FFmpeg', 'dotPDNLLC.paintdotnet', 'OO-Software.ShutUp10')
|
||||||
|
|
||||||
$toInstallOpt = @('Element.Element', 'Discord.Discord', 'Logitech.LogiBolt', 'Valve.Steam', 'GOG.Galaxy', 'TeXstudio.TeXstudio', 'MiKTeX.MiKTeX', 'Citrix.Workspace', 'Nvidia.GeForceExperience', 'Mojang.MinecraftLauncher',
|
$toInstallOpt = @('Element.Element', 'Discord.Discord', 'Logitech.LogiBolt', 'Valve.Steam', 'GOG.Galaxy', 'TeXstudio.TeXstudio', 'MiKTeX.MiKTeX', 'Citrix.Workspace', 'Nvidia.GeForceExperience', 'Mojang.MinecraftLauncher',
|
||||||
'Elgato.StreamDeck', 'REALiX.HWiNFO', '9P4CLT2RJ1RS', 'Microsoft.SQLServerManagementStudio', 'Soundboard', 'VMware.WorkstationPro', 'OBSProject.OBSStudio', 'Microsoft.Teams', 'AndreWiethoff.ExactAudioCopy', 'Mp3tag.Mp3tag', 'Logitech.OptionsPlus')
|
'Elgato.StreamDeck', 'REALiX.HWiNFO', '9P4CLT2RJ1RS', 'Microsoft.SQLServerManagementStudio', 'Soundboard', 'VMware.WorkstationPro', 'OBSProject.OBSStudio', 'Microsoft.Teams', 'AndreWiethoff.ExactAudioCopy', 'Mp3tag.Mp3tag', 'Logitech.OptionsPlus')
|
||||||
@@ -87,16 +87,6 @@ function InstallSoftware {
|
|||||||
Start-Sleep -Seconds 5
|
Start-Sleep -Seconds 5
|
||||||
taskkill /IM PowerToys.Settings.exe | Out-Null
|
taskkill /IM PowerToys.Settings.exe | Out-Null
|
||||||
}
|
}
|
||||||
elseif ($utility -eq 'mp4-merge'){
|
|
||||||
Write-Host "Installiere mp4-merge..." -ForegroundColor Blue
|
|
||||||
try {
|
|
||||||
curl.exe -L https://github.com/gyroflow/mp4-merge/releases/download/v0.1.4/mp4_merge-windows64.exe -o C:\Windows\mp4merge.exe
|
|
||||||
Write-Host "mp4-merge wurde erfolgreich installiert." -ForegroundColor Green
|
|
||||||
}
|
|
||||||
catch {
|
|
||||||
Write-Host "Es ist ein Fehler bei der Installation von mp4-merge auftreten. Bitte das Log durchsuchen." -ForegroundColor Red
|
|
||||||
}
|
|
||||||
}
|
|
||||||
elseif ($utility -eq 'AutoHotkey.AutoHotkey'){
|
elseif ($utility -eq 'AutoHotkey.AutoHotkey'){
|
||||||
Write-Host "Installiere AutoHotkey..." -ForegroundColor Blue
|
Write-Host "Installiere AutoHotkey..." -ForegroundColor Blue
|
||||||
try {
|
try {
|
||||||
@@ -118,16 +108,14 @@ function InstallSoftware {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# OOShutup10 herunterladen und config reinrendern.
|
# OOShutup10 herunterladen und config reinrendern.
|
||||||
Write-Host "Lade OOshutup10 herunter bitte warten..." -ForegroundColor Blue
|
Write-Host "Konfiguriere OOshutup10 bitte warten..." -ForegroundColor Blue
|
||||||
Try {
|
Try {
|
||||||
curl.exe -s "https://dl5.oo-software.com/files/ooshutup10/OOSU10.exe" -o OOSU10.exe
|
|
||||||
Write-Host "OOshutup10 erfolgreich heruntergeladen." -ForegroundColor Green
|
|
||||||
Write-Host "Versuche OOshutup10 config einzulesen..." -ForegroundColor Blue
|
Write-Host "Versuche OOshutup10 config einzulesen..." -ForegroundColor Blue
|
||||||
./OOSU10.exe $HOME\.winconfig\configs\ooshutup10\ooshutup10.cfg /quiet
|
./OOSU10.exe $HOME\.winconfig\configs\ooshutup10\ooshutup10.cfg /quiet
|
||||||
Write-Host "OOshutup10 config erfolgreich eingelesen." -ForegroundColor Green
|
Write-Host "OOshutup10 config erfolgreich eingelesen." -ForegroundColor Green
|
||||||
}
|
}
|
||||||
Catch {
|
Catch {
|
||||||
Write-Host "Problem beim herunterladen von OOshutup 10." -ForegroundColor Red
|
Write-Host "Problem beim konfigurieren von OOshutup 10." -ForegroundColor Red
|
||||||
}
|
}
|
||||||
Write-Host "Richte Powershell und Terminal ein..." -ForegroundColor Blue
|
Write-Host "Richte Powershell und Terminal ein..." -ForegroundColor Blue
|
||||||
# Fonts installieren.
|
# Fonts installieren.
|
||||||
|
|||||||
Reference in New Issue
Block a user