From 1d1434850e800564f78f8dec4fc5744e50a2c52d Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 27 Sep 2023 11:14:14 +0200 Subject: [PATCH] add apt update --- dev-container-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-container-install.sh b/dev-container-install.sh index c17d856..370e94b 100755 --- a/dev-container-install.sh +++ b/dev-container-install.sh @@ -1,4 +1,5 @@ #!/bin/sh +sudo apt update sudo apt install fish fzf -y chezmoi apply --force fisher update