Skip to content

Commit

Permalink
packages_install.ps1: Add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Dec 25, 2024
1 parent 3eeca5c commit 1cb27b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Windows_1X/packages_install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ if (-not (Get-Command scoop -ErrorAction SilentlyContinue)) {
# TODO uncomment the next line resp. fix it so that it works and (scoop is not found right after the installation, probably path problem)
scoop install windows-virtualdesktop-helper

# TODO - go over this list https://github.com/ChrisTitusTech/winutil/blob/main/config/applications.json and add useful apps
# TODO add linux versions of the useful apps to linux initPC script

$WINGET_PACKAGES = @(
# HW monitoring
'CPUID.CPU-Z'
Expand Down

0 comments on commit 1cb27b3

Please sign in to comment.