We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45a082 commit a385bbcCopy full SHA for a385bbc
.github/workflows/devel.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
rm -rf /var/lib/apt/lists/*
52
sed -i 's/jammy/noble/g' /etc/apt/sources.list
53
- apt-get update && apt-get install --reinstall debootstrap mtools dosfstools qemu-user-static binfmt-support dpkg-dev -y
+ apt-get update && apt-get install --reinstall sudo debootstrap mtools dosfstools qemu-user-static binfmt-support dpkg-dev -y
54
ln -sfn /usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/noble
55
dpkg -i debs/live-build_*_all.deb
56
mv /usr/share/debootstrap/functions functions
0 commit comments