Compare commits

..

1 Commits

2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ if [[ -v VSCODE_TUNNEL_NAME && -n "${VSCODE_TUNNEL_NAME}" ]]; then
fi fi
# List all environment variables # List all environment variables
sudo env | printenv |
# Filter variables that start with GLOBAL_ENV_ # Filter variables that start with GLOBAL_ENV_
grep -E '^GLOBAL_ENV_' | grep -E '^GLOBAL_ENV_' |
@ -41,7 +41,7 @@ if ! id -u $HOME_USER > /dev/null 2>&1; then
sudo echo "$HOME_USER ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers.d/nopasswd > /dev/null sudo echo "$HOME_USER ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers.d/nopasswd > /dev/null
# List all environment variables # List all environment variables
sudo env | printenv |
# Filter variables that start with USER_ENV_ # Filter variables that start with USER_ENV_
grep -E '^USER_ENV_' | grep -E '^USER_ENV_' |

View File

@ -1 +1 @@
3.0.21 3.0.22