Migrate to podman
This commit is contained in:
parent
ab60906b86
commit
b6c9f26ea1
5 changed files with 7 additions and 7 deletions
|
|
@ -14,7 +14,6 @@ DEB_PKGS=(
|
|||
cargo-doc
|
||||
curl
|
||||
direnv
|
||||
docker.io
|
||||
emacs-mozc
|
||||
eza
|
||||
fcitx5-frontend-all
|
||||
|
|
@ -90,6 +89,7 @@ DEB_PKGS=(
|
|||
META_PKGS=(
|
||||
# keep-sorted start
|
||||
fonts-noto
|
||||
podman-compose
|
||||
# keep-sorted end
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
sudo usermod --append --groups docker "${USER}"
|
||||
|
||||
systemctl --user enable --now syncthing.service
|
||||
|
||||
mkdir -p ~/Pictures/screenshots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue