Skip to content

Commit cff93b1

Browse files
committed
building: remove aawgd binary
not enough space for pi4 image build: `cp: write error: No space left on device`
1 parent 0964803 commit cff93b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/injector.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ for filename in *img; do
1616
echo ">>> processing $filename..."
1717
mount -o loop,offset=33554944 $filename /mnt
1818
rm /mnt/etc/init.d/S93aawgd
19+
rm /mnt/usr/bin/aawgd
1920
cp /root/S93aa-proxy-rs /mnt/etc/init.d
2021
mkdir /mnt/etc/aa-proxy-rs
2122
cp /root/config.toml /mnt/etc/aa-proxy-rs

0 commit comments

Comments
 (0)