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 78bcea5 commit b5eddb9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions aleyna/customize-airootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ 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
apt install ./*.deb -yq --allow-downgrades

apt install kmod

#### fix eudev sed bug about usrmerge shit
# install busybox into /bin as symlink
apt install busybox-static -yq
apt install kmod busybox-static -yq
$(which busybox) --install -s /bin
ln -s /usr/bin/kmod /sbin/modprobe

Expand Down

0 comments on commit b5eddb9

Please sign in to comment.