You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo ln -s /usr/local/sdm/sdm /usr/bin/sdm
$ sudo sdm
/usr/bin/sdm: line 606: /usr/bin/sdm-cparse: No such file or directory
/usr/bin/sdm: line 607: iswsl: command not found
? No command specified (--aptmaint --burn, --customize, --explore, --mount)
This issue originates in sdm line 605: src=$(dirname $0) can be replaced by e.g. src=$(dirname "$(realpath "$0")").
The text was updated successfully, but these errors were encountered:
This issue originates in
sdm
line 605:src=$(dirname $0)
can be replaced by e.g.src=$(dirname "$(realpath "$0")")
.The text was updated successfully, but these errors were encountered: