Add required packages to init script

This commit is contained in:
Christer Warén
2025-07-24 13:26:53 +03:00
parent 854d3c22a6
commit c5226ae375

View File

@@ -23,6 +23,9 @@ exit 1
}
apt update
apt-get install -y python3-pip python3-venv jq git curl lsb-release
mkdir -p ~/.ssh/keys/pvjjk-1vos-tjas &> /dev/null
if [[ ! -f ~/.ssh/keys/pvjjk-1vos-tjas/infra ]]
then