Skip to content

Commit

Permalink
Update customize-airootfs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix authored Jan 17, 2024
1 parent b869933 commit 254ba2c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions aleyna/customize-airootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 254ba2c

Please sign in to comment.