librehardwaremonitor
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| librehardwaremonitor [2022-12-11 13:49:09] – angelegt david | librehardwaremonitor [2023-04-12 00:06:29] (aktuell) – [Installation] david | ||
|---|---|---|---|
| Zeile 7: | Zeile 7: | ||
| * Den Downloadlink des neusten ZIP-Archivs von GitHub kopieren: [[https:// | * Den Downloadlink des neusten ZIP-Archivs von GitHub kopieren: [[https:// | ||
| - | * PowerShell öffnen und den Downloadlink in eine Variable speichern: '' | + | * PowerShell öffnen und den Downloadlink in eine Variable speichern: '' |
| * Dann das folgende Script in PowerShell reinkopieren: | * Dann das folgende Script in PowerShell reinkopieren: | ||
| <code powershell> | <code powershell> | ||
| - | cd $HOME/ | + | $archive = " |
| - | curl -Lo LibreHardwareMonitor.zip | + | $installLocation = " |
| - | Expand-Archive | + | $startMenuLocation = " |
| - | mv LibreHardwareMonitor $HOME/ | + | cd $env: |
| + | Invoke-WebRequest -UseBasicParsing -OutFile $archive -Uri $download | ||
| + | Expand-Archive | ||
| + | rm $archive | ||
| + | mv LibreHardwareMonitor $installLocation | ||
| $WshShell = New-Object -ComObject WScript.Shell | $WshShell = New-Object -ComObject WScript.Shell | ||
| - | $shortcut = $WshShell.CreateShortcut(" | + | $shortcut = $WshShell.CreateShortcut(" |
| - | $shortcut.TargetPath = "$HOME/ | + | $shortcut.TargetPath = "$installLocation/ |
| $shortcut.Save() | $shortcut.Save() | ||
| + | Write-Output " | ||
| </ | </ | ||
/home/http/wiki/data/attic/librehardwaremonitor.1670766549.txt · Zuletzt geändert: von david
