mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 14:27:20 +00:00
Fix: GitLab CI apt-get command syntax
This commit is contained in:
parent
cfc5b01b0e
commit
d7861b3179
1 changed files with 1 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue