Add missing apt install statement

This commit is contained in:
Manuel Thalmann 2022-11-13 01:12:31 +01:00
parent c8202e4aac
commit c56457f443

View file

@ -16,4 +16,7 @@ else
| tee /etc/apt/sources.list.d/vscode.list
rm -f $keyFile
apt update
apt install -y code
fi