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 Jul 16, 2024
1 parent 728e439 commit d3f2cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aleyna/customize-airootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cd /tmp
yes | apt install --reinstall usrmerge busybox-static -yq

# rm not found bug if exists
export PATH=/sbin:/bin:/usr/sbin:/usr/bin
[[ -f /bin/rm ]] || ln -s /bin/busybox /bin/rm

### Instally 17g and other stuff
Expand Down

0 comments on commit d3f2cbf

Please sign in to comment.