fix mistakes and remove vesktop
* fix dnf enable docker lol * accidentally committed restore.sh being commented out temporarily * remove vesktop (obviously)
This commit is contained in:
parent
0e60a8fe0d
commit
7d072df618
3 changed files with 1 additions and 27 deletions
|
@ -10,7 +10,6 @@ if command_exists "dnf"; then
|
|||
sudo dnf remove podman podman-docker -y
|
||||
sudo dnf config-manager addrepo --from-repofile https://download.docker.com/linux/fedora/docker-ce.repo
|
||||
sudo dnf install docker-ce{,-cli,-rootless-extras}
|
||||
sudo dnf enable --now docker
|
||||
|
||||
# rootless
|
||||
sudo dnf install fuse-overlayfs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue