From 258cd1459d4b1e6528b5b62b9cdb30a164f86229 Mon Sep 17 00:00:00 2001 From: Patrick Coxall Date: Sat, 2 Dec 2023 22:15:44 +0000 Subject: [PATCH] update2 --- .devcontainer/startup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.devcontainer/startup.sh b/.devcontainer/startup.sh index 2c985c5..3a302d8 100755 --- a/.devcontainer/startup.sh +++ b/.devcontainer/startup.sh @@ -24,8 +24,6 @@ curl -fsSL https://repo.charm.sh/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/ke echo "deb [signed-by=/etc/apt/keyrings/charm.gpg] https://repo.charm.sh/apt/ * *" | sudo tee /etc/apt/sources.list.d/charm.list sudo apt update && sudo apt install vhs -y - - # shellcheck source=/dev/null source ~/.bashrc git config pull.rebase false \ No newline at end of file