fix: remove incus and remove docker
This commit is contained in:
parent
1572313f0c
commit
4049c5e424
2 changed files with 2 additions and 3 deletions
3
build.sh
3
build.sh
|
@ -32,8 +32,7 @@ rpm-ostree override remove firefox firefox-langpacks
|
||||||
|
|
||||||
#### Services
|
#### Services
|
||||||
|
|
||||||
systemctl enable docker.socket
|
# systemctl enable docker.socket
|
||||||
systemctl enable incus.socket
|
|
||||||
systemctl enable podman.socket
|
systemctl enable podman.socket
|
||||||
systemctl enable tailscaled.service
|
systemctl enable tailscaled.service
|
||||||
systemctl enable -f --global flatpak-setup.service
|
systemctl enable -f --global flatpak-setup.service
|
||||||
|
|
2
packages
2
packages
|
@ -31,7 +31,7 @@ xdg-desktop-portal-wlr
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
|
|
||||||
# containers
|
# containers
|
||||||
docker-ce
|
# docker-ce
|
||||||
docker-ce-cli
|
docker-ce-cli
|
||||||
docker-buildx-plugin
|
docker-buildx-plugin
|
||||||
docker-compose-plugin
|
docker-compose-plugin
|
||||||
|
|
Loading…
Reference in a new issue