This commit is contained in:
EthanShoeDev
2025-12-01 01:34:43 -05:00
parent ff4e7c1676
commit 58b8ee5807
9 changed files with 174 additions and 65 deletions

View File

@@ -3,7 +3,15 @@
# to 'bootstrap' the system.
# Install DSC
winget install DesiredStateConfiguration
# https://learn.microsoft.com/en-us/powershell/dsc/overview?view=dsc-3.0&preserveView=true#install-dsc-on-windows-with-winget
# winget search DesiredStateConfiguration --source msstore
# Name Id Version Source
# ---------------------------------------------------------------
# DesiredStateConfiguration 9NVTPZWRC6KQ Unknown msstore
# DesiredStateConfiguration-Preview 9PCX3HX4HZ0Z Unknown msstore
winget install --id 9NVTPZWRC6KQ --source msstore
# Install Bun
# TODO: Do we want the scripted install or the winget install?
winget install -e --id Oven-sh.Bun