We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WSL用に最適化されたビルドイメージを提供する
--include
adduser user sudo
/etc/wsl.conf
[boot] systemd=true [user] default=user
dpkg-reconfigure
locales
tzdata
.bashrc
## User Settings # Keep working directory when cloning terminal in WSL if command -v wslpath &> /dev/null; then PROMPT_COMMAND=${PROMPT_COMMAND:+"$PROMPT_COMMAND; "}'printf "\e]9;9;%s\e\\" "$(wslpath -w "$PWD")"' fi # system32 export PATH="/mnt/c/Windows/system32:$PATH"
The text was updated successfully, but these errors were encountered:
support preconfigure #2
9e64416
No branches or pull requests
WSL用に最適化されたビルドイメージを提供する
debootstrap
--include
post install
adduser user sudo
/etc/wsl.conf
dpkg-reconfigure
locales
tzdata
.bashrc
The text was updated successfully, but these errors were encountered: