add humble-navigation2
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Immediately catch all errors
|
||||
set -eo pipefail
|
||||
|
||||
# Uncomment for debugging
|
||||
# set -x
|
||||
# env
|
||||
|
||||
git config --global --add safe.directory "*"
|
||||
|
||||
.devcontainer/update-content-command.sh
|
||||
Reference in New Issue
Block a user