Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix authored Dec 21, 2023
1 parent e2fd6a7 commit 7b75fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ chroot chroot update-initramfs -u -k all

### Remove sudo (optional)
chroot chroot apt purge sudo -y
chroot chroot apt autoremove -y
chroot chroot apt autoremove --purge -y

#### Clear logs and history
chroot chroot apt-get clean
Expand Down

0 comments on commit 7b75fb6

Please sign in to comment.