live-iso-kde/get_iso_build_dep.sh
Ward from fusion-voyager-3 cabc1a34d9 Fake Push
2024-08-10 17:22:23 +03:00

23 lines
381 B
Bash
Executable File

#! /bin/bash
set -e
exit 1
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 \
iptables