From 254ba2ca00b8b71e5b575695beb3efe2de3c747a Mon Sep 17 00:00:00 2001 From: sulincix Date: Wed, 17 Jan 2024 14:52:20 +0000 Subject: [PATCH] Update customize-airootfs.sh --- aleyna/customize-airootfs.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/aleyna/customize-airootfs.sh b/aleyna/customize-airootfs.sh index f819a85..06be351 100755 --- a/aleyna/customize-airootfs.sh +++ b/aleyna/customize-airootfs.sh @@ -10,11 +10,8 @@ wget https://github.com/aleyna-tilki/aleyna-theme/releases/download/current/aley wget https://github.com/aleyna-tilki/pipewire-launcher/releases/download/current/pipewire-launcher_1.0.0_all.deb yes | apt install ./*.deb -yq --allow-downgrades -#### fix eudev sed bug about usrmerge shit -# install busybox into /bin as symlink -yes | apt install kmod busybox-static -yq -$(which busybox) --install -s /bin -ln -s /usr/bin/kmod /sbin/modprobe +#### non-usrmerge broken for debian +yes | apt install --reinstall usrmerge -yq #### Disable recommends by default cat > /etc/apt/apt.conf.d/01norecommend << EOF