Skip to content

Commit

Permalink
fix: just add docker instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Jan 10, 2025
1 parent d8817bb commit b7920dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions build_scripts/25-dx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ dnf -y --enablerepo docker-ce-stable install \
docker-ce-cli \
containerd.io \
docker-buildx-plugin \
docker-compose-plugin && \
systemctl enable docker
docker-compose-plugin


dnf -y group install "Virtualization Hypervisor"
dnf -y group install "Virtualization Tools"
systemctl enable docker
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ append_group() {

# Setup Groups
append_group docker
append_group libvirt

# We dont have incus on the image yet
# append_group incus-admin
# append_group libvirt
# usermod -aG libvirt $user
# usermod -aG incus-admin $user

wheelarray=($(getent group wheel | cut -d ":" -f 4 | tr ',' '\n'))
for user in $wheelarray
do
usermod -aG docker $user

Check warning on line 24 in system_files/usr/share/ublue-os/privileged-setup.hooks.d/20-dx.sh

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

system_files/usr/share/ublue-os/privileged-setup.hooks.d/20-dx.sh#L24

Double quote to prevent globbing and word splitting.
usermod -aG libvirt $user
done

0 comments on commit b7920dc

Please sign in to comment.