„build-debian-env.sh“ ändern

This commit is contained in:
olli 2023-04-28 15:26:49 +02:00
parent aa43e0de2d
commit 0106b79e72

View File

@ -1,7 +1,7 @@
#!/bin/bash -xe #!/bin/bash -xe
# install ansible # install ansible
apt-get -y install python3-pip git apt-get -y install python3-pip keyboard-configuration
pip install ansible pip install ansible
cd /root cd /root