Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 39a4c16

Browse files
committed
Final fix for not showing WSL prompt
1 parent 218bf35 commit 39a4c16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ mkdir -p /root/.fluxbox /home/node/.fluxbox
1515
cp -f /tmp/fluxbox/* /root/.fluxbox/
1616
cp -f /tmp/fluxbox/* /home/node/.fluxbox/
1717
chown -R node:node /home/node/.fluxbox
18+
echo "export DONT_PROMPT_WSL_INSTALL=true" | tee -a /etc/bash.bashrc >> /etc/profile.d/not-wsl.sh
1819

1920
# Install firefox
2021
apt-get install -y firefox-esr

0 commit comments

Comments
 (0)