From d7861b317996738b3c710d975fb48d5574b98b54 Mon Sep 17 00:00:00 2001 From: MrPiglr <31398225+MrPiglr@users.noreply.github.com> Date: Sat, 27 Dec 2025 22:12:02 +0000 Subject: [PATCH] Fix: GitLab CI apt-get command syntax --- .gitlab-ci.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea16df7..0e47cb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,23 +16,7 @@ build_iso: script: # Update system - apt-get update -qq - - apt-get install -y -qq \ - build-essential \ - curl \ - wget \ - git \ - nodejs \ - npm \ - debootstrap \ - squashfs-tools \ - xorriso \ - grub-common \ - grub-pc-bin \ - grub-efi-amd64-bin \ - mtools \ - dosfstools \ - isolinux \ - syslinux-common + - apt-get install -y -qq build-essential curl wget git nodejs npm debootstrap squashfs-tools xorriso grub-common grub-pc-bin grub-efi-amd64-bin mtools dosfstools isolinux syslinux-common # Install Node dependencies - npm install