Fix: GitLab CI apt-get command syntax

This commit is contained in:
MrPiglr 2025-12-27 22:12:02 +00:00
parent cfc5b01b0e
commit d7861b3179

View file

@ -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