Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| windows:opensuse_tumbleweed_wsl [2026/01/20 13:38] – Sean Rhone | windows:opensuse_tumbleweed_wsl [2026/02/11 07:47] (current) – [Update] Sean Rhone |
|---|
| * Tumbleweed ((https://en.opensuse.org/Portal:Tumbleweed)) | * Tumbleweed ((https://en.opensuse.org/Portal:Tumbleweed)) |
| * WSL ((https://en.opensuse.org/openSUSE:WSL)) | * WSL ((https://en.opensuse.org/openSUSE:WSL)) |
| |
| * TODO: Check ''os-release'' for below | |
| |
| openSUSE Tumbleweed | openSUSE Tumbleweed |
| "wsl.exe" --update | "wsl.exe" --update |
| |
| "wsl.exe" --distribution openSUSE-Tumbleweed --user root -- '/usr/bin/zypper' clean --all | "wsl.exe" --distribution openSUSE-Tumbleweed --cd "/tmp" --user root -- '/usr/bin/zypper' clean --all |
| "wsl.exe" --distribution openSUSE-Tumbleweed --user root -- '/usr/bin/zypper' --non-interactive refresh --force --services | "wsl.exe" --distribution openSUSE-Tumbleweed --cd "/tmp" --user root -- '/usr/bin/zypper' --non-interactive refresh --force --services |
| "wsl.exe" --distribution openSUSE-Tumbleweed --user root -- '/usr/bin/zypper' --non-interactive dist-upgrade --auto-agree-with-licenses --allow-downgrade --allow-name-change --allow-arch-change --allow-vendor-change | "wsl.exe" --distribution openSUSE-Tumbleweed --cd "/tmp" --user root -- '/usr/bin/zypper' --non-interactive dist-upgrade --auto-agree-with-licenses --allow-downgrade --allow-name-change --allow-arch-change --allow-vendor-change |
| |
| "wsl.exe" --distribution openSUSE-Tumbleweed -- '/usr/bin/sync' | "wsl.exe" --distribution openSUSE-Tumbleweed --cd "/tmp" -- '/usr/bin/sync' |
| |
| :: End</code> | :: End</code> |
| ====== Task Scheduler ====== | ====== Task Scheduler ====== |
| |
| **** | ===== Update ===== |
| | |
| taskschd.msc | |
| | |
| ===== Updater ===== | |
| | |
| * ''5:45:00 AM'' daily | |
| | |
| openSUSE Update | |
| | |
| "%SystemDrive%\www\scripts\wsl\openSUSE Updater.bat" | |
| | |
| ====== Update ====== | |
| |
| **** | * Daily ''05:45:00 AM'' |
| |
| "wsl.exe" --distribution openSUSE-Tumbleweed --user root -- '/usr/bin/zypper' --non-interactive refresh --force --services && "wsl.exe" --distribution openSUSE-Tumbleweed --user root -- '/usr/bin/zypper' --non-interactive dist-upgrade --auto-agree-with-licenses --allow-downgrade --allow-name-change --allow-arch-change --allow-vendor-change | SCHTASKS /Create /SC "DAILY" /TN "openSUSE Update" /TR "'%SystemDrive%\www\scripts\wsl\openSUSE Updater.bat'" /ST "05:45" /F |
| |