Skip to content

Commit

Permalink
Update customize-airootfs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Jan 9, 2024
1 parent a2a2f71 commit ed2c54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customize-airootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rm -f /usr/share/xsessions/lightdm-xsession.desktop
#### fix eudev sed bug about usrmerge shit
# install busybox into /bin as symlink
apt install busybox-static -yq
busybox --install -s /bin
$(which busybox) --install -s /bin

# Purge shitty display manager.
apt purge gdm3 -yq
Expand Down

0 comments on commit ed2c54e

Please sign in to comment.