TheLocehiliosan / yadm

Yet Another Dotfiles Manager
https://yadm.io/
GNU General Public License v3.0
4.91k stars 176 forks source link

Documentation update for WSL #445

Closed pranavmishra90 closed 1 year ago

pranavmishra90 commented 1 year ago

This issue is about

Describe the issue

In the page on alternate files, the a small note states

  • The OS for “Windows Subsystem for Linux” is reported as “WSL”, even though uname identifies as “Linux”.
  • The OS for Linux-like runtimes for Windows (e.g. MinGW, Cygwin) is obtained by running uname -o.

This appears to be outdated, as WSL currently reports GNU/Linux OS: Windows 11 WSL version 2 Linux distro: Ubuntu 20.04

Inside WSL (Ubuntu 20.04)

$ uname -o
GNU/Linux

$ hostname
<My windows computer hostname>

The documentation probably requires update for this newer feature of WSL

rasa commented 1 year ago

What version of yadm are you using? See https://github.com/TheLocehiliosan/yadm/issues/429

pranavmishra90 commented 1 year ago

Sorry, I usually use the search feature, but obviously did not here. My issue appears to be mirroring #429. main problem is using Ubuntu 20.04 rather than 22.04, leading to an outdated yadm, version 2.3.0-2.

> sudo apt-get -s install yadm
Reading package lists... Done
Building dependency tree
Reading state information... Done
yadm is already the newest version (2.3.0-2).

I can either mark this as closed or confirm after doing a 20 --> 22 distro upgrade.

github-actions[bot] commented 1 year ago

This issue has been labeled as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been labeled as stale for 7 days with no activity.