From e29e64be105195e6373b08c6d2adeabb01372cf9 Mon Sep 17 00:00:00 2001 From: Freekkettone Date: Fri, 14 Nov 2025 04:39:38 +0100 Subject: [PATCH] fix: apt update e non apt get --- .forgejo/workflows/graph-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/graph-updater.yml b/.forgejo/workflows/graph-updater.yml index 796bf81..1159ab5 100644 --- a/.forgejo/workflows/graph-updater.yml +++ b/.forgejo/workflows/graph-updater.yml @@ -18,7 +18,7 @@ jobs: - name: Install jq if needed (used to validate json files) run: | - sudo apt-get update && sudo apt-get install -y jq + sudo apt update && sudo apt install -y jq - name: Validate arf.json run: |