We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1027a37 commit cdd45eaCopy full SHA for cdd45ea
.devcontainer/postCreateCommand.sh
@@ -23,7 +23,7 @@ install_dotfiles() {
23
return
24
fi
25
26
- cd /mnt/home/coder/.config/coderv2/dotfiles
+ cd /mnt/home/coder/.config/coderv2/dotfiles || return
27
for script in install.sh install bootstrap.sh bootstrap script/bootstrap setup.sh setup script/setup; do
28
if [ -x $script ]; then
29
echo "📦 Installing dotfiles..."
0 commit comments