Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
General fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MilkyDeveloper committed Apr 18, 2022
1 parent 2f401c1 commit 6460b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel
2 changes: 1 addition & 1 deletion utils/distros/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ EOF
sudo cp sources.list ${MNT}/etc/apt/

BASECMD="apt install -y linux-firmware network-manager tasksel software-properties-common; "
BASECMD+="apt reinstall -y dbus"
BASECMD+="apt install --reinstall -y dbus"

# Chroot into the rootfs to install some packages
sudo mount --bind /dev ${MNT}/dev
Expand Down

0 comments on commit 6460b2d

Please sign in to comment.