Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

oven: install mtools for EFI image assembly

+1 -1
+1 -1
oven/deploy.sh
··· 83 83 echo "" 84 84 echo "🔧 Installing native kernel build tools..." 85 85 ssh -i "$SSH_KEY" -o StrictHostKeyChecking=no "root@$OVEN_HOST" \ 86 - "apt-get install -y -q gcc make flex bison libelf-dev libssl-dev bc cpio lz4 musl-tools python3 pahole libdrm-dev libasound2-dev flite1-dev pkg-config 2>&1 | tail -5 || true" 86 + "apt-get install -y -q gcc make flex bison libelf-dev libssl-dev bc cpio lz4 musl-tools python3 pahole libdrm-dev libasound2-dev flite1-dev pkg-config dosfstools mtools util-linux 2>&1 | tail -5 || true" 87 87 echo "✅ Kernel build tools ready" 88 88 89 89 # Install TeX Live for papers PDF builds (idempotent)