From aea5dd602b3ebf75d572c0ee5cd7419bbdce89a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Thu, 18 Feb 2021 20:26:17 +0100 Subject: [PATCH] Set shell of vscode user --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 2af7458..cb7caef 100755 --- a/install.sh +++ b/install.sh @@ -5,6 +5,7 @@ sudo -n DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommend USER=`whoami` sudo -n chsh $USER -s $(which fish) +sudo -n chsh vscode -s $(which fish) echo "sv_SE.UTF-8 UTF-8" | sudo tee -a /etc/locale.gen locale-gen