Skip to content

Commit c1802e9

Browse files
authored
add libc6-dev in build script
1 parent a3134c7 commit c1802e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
apt update
33
apt install xorriso grub-pc-bin grub-efi mtools make python3 \
44
dosfstools e2fsprogs squashfs-tools python3-yaml git \
5-
gcc wget curl unzip xz-utils zstd debootstrap -y
5+
gcc wget curl unzip xz-utils zstd debootstrap libc6-dev -y
66
git clone https://gitlab.com/tearch-linux/applications-and-tools/teaiso
77
cd teaiso
88
make && make install
9-
ln -s sid /usr/share/debootstrap/scripts/yirmibir || true
109
cd ../
1110
mkteaiso --profile=./aleyna --output=/output/ --debug 2>&1

0 commit comments

Comments
 (0)