Skip to content

Commit

Permalink
Fixed Ubuntu image download issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tweathers-sec authored Dec 5, 2024
1 parent d8347cd commit 083a98b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/wsl_setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ $basePath = "C:\doppelganger_assistant"
$wslInstallationPath = "$basePath\wsl"
$username = "doppelganger"
$installAllSoftware = $true
$rootfsUrl = "https://cloud-images.ubuntu.com/wsl/noble/current/ubuntu-noble-wsl-amd64-wsl.rootfs.tar.gz"
$rootfsUrl = "https://cloud-images.ubuntu.com/wsl/noble/current/ubuntu-noble-wsl-amd64-ubuntu.rootfs.tar.gz"
$stagingPath = "$basePath\staging"
$rootfsPath = "$stagingPath\ubuntu-noble-wsl-amd64-wsl.rootfs.tar.gz"
$rootfsPath = "$stagingPath\ubuntu-noble-wsl-amd64-ubuntu.rootfs.tar.gz"
$installScriptPath = "$basePath\wsl_doppelganger_install.sh" # Update this path as needed

# Log file path
Expand Down Expand Up @@ -365,4 +365,4 @@ chmod 0440 /etc/sudoers.d/\$username
wsl -d $wslName -u $username bash -ic "bash $wslInstallScriptPath"
}

Log "Doppelganger_assistant WSL and Ubuntu setup is complete."
Log "Doppelganger_assistant WSL and Ubuntu setup is complete."

0 comments on commit 083a98b

Please sign in to comment.