Skip to content

Commit 345ab25

Browse files
authored
Update setup.sh
1 parent 107bb8a commit 345ab25

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.devcontainer/setup.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
echo 'Please wait for setup to finish ...'
4-
eval "$(micromamba shell hook --shell bash)"
4+
# eval "$(micromamba shell hook --shell bash )"
55

66
# get repo
77

@@ -14,18 +14,19 @@ then
1414
# git clean -f -f
1515
# mv ../.devcontainer .
1616
mv -f ../.devcontainer/devcontainer.json .devcontainer
17+
rm -rf ../.devcontainer
1718

1819
else
1920

2021
echo Contents available :
2122

2223
fi
2324

24-
micromamba activate
25-
micromamba install -y -n base -f .devcontainer/env.yaml
26-
micromamba clean --all --yes
25+
# micromamba activate
26+
# micromamba install -y -n base -f .devcontainer/env.yaml
27+
# micromamba clean --all --yes
2728

2829
# project dependencies installed via package.json
2930
# and postinstall script
3031

31-
npm install
32+
# npm install

0 commit comments

Comments
 (0)