Skip to content

Commit 4051391

Browse files
committed
align with install script from ty
1 parent aed911c commit 4051391

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/ruff/install.sh

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

23
set -e
34

4-
. ./library_scripts.sh
5+
source ./library_scripts.sh
56

67
# nanolayer is a cli utility which keeps container layers as small as possible
78
# source code: https://github.com/devcontainers-extra/nanolayer
@@ -10,7 +11,7 @@ set -e
1011
# of the script
1112
ensure_nanolayer nanolayer_location "v0.5.6"
1213

13-
14+
# Example nanolayer installation via devcontainer-feature
1415
$nanolayer_location \
1516
install \
1617
devcontainer-feature \

0 commit comments

Comments
 (0)