Skip to content

Commit 24baa1f

Browse files
configure apt name.
1 parent 7d4ebdf commit 24baa1f

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

src/features/nhsnotify/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"name": "NHS Notify",
5050
"postCreateCommand": "zsh /usr/local/share/nhsnotify/scripts/postcreatecommand.sh",
5151
"postStartCommand": "zsh /usr/local/share/nhsnotify/scripts/poststartcommand.sh",
52-
"version": "1.0.3",
52+
"version": "1.0.4",
5353
"customizations": {
5454
"vscode": {
5555
"extensions": [

src/features/nhsnotify/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pwd $SHARE_DIR
1919
ls -la $SHARE_DIR
2020

2121
echo "Configuring APT packages"
22-
. $SHARE_DIR/scripts/configure-apt.sh
22+
./configure-apt.sh
2323
echo "APT packages configured"
2424

2525
echo "go is at $(which go)"
File renamed without changes.

0 commit comments

Comments
 (0)