live-iso-gnome/get_iso_build_dep.sh
Ward from fusion-voyager-3 80f4eeebe5
Some checks failed
Push ISO / build (push) Failing after 1m10s
chroot attempt 0
2024-08-01 15:23:17 +03:00

20 lines
358 B
Bash
Executable File

#! /bin/bash
set -e
export DEBIAN_FRONTEND="noninteractive"
apt-get install -y --no-install-recommends --option Dpkg::Options::="--force-confnew" \
debootstrap \
squashfs-tools \
xorriso \
isolinux \
syslinux-efi \
grub-pc-bin \
grub-efi-amd64-bin \
grub-efi-ia32-bin \
mtools \
dosfstools \
rsync \
podman