diff --git a/.gitea/workflows/proxmox-tf.yaml b/.gitea/workflows/proxmox-tf.yaml index ffde745..ccdc2a6 100644 --- a/.gitea/workflows/proxmox-tf.yaml +++ b/.gitea/workflows/proxmox-tf.yaml @@ -26,4 +26,6 @@ jobs: username: xchose password: genius port: 22 - script: whoami \ No newline at end of file + script: | + whoami + sudo apt update \ No newline at end of file