From ef07e6e7ca11b901a0b2c94dd18134a950459722 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Fri, 26 Feb 2021 15:36:15 +0700 Subject: [PATCH] add podman to scripts --- Scripts/debian.sh | 1 + Scripts/fedora.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/Scripts/debian.sh b/Scripts/debian.sh index 10b6e41..37cd134 100755 --- a/Scripts/debian.sh +++ b/Scripts/debian.sh @@ -8,4 +8,5 @@ sudo apt install \ exa fd-find ripgrep \ openssh-server openssh-client \ python3 python3-venv nodejs npm \ + podman \ neofetch diff --git a/Scripts/fedora.sh b/Scripts/fedora.sh index c2b7202..3fb5ff9 100755 --- a/Scripts/fedora.sh +++ b/Scripts/fedora.sh @@ -8,4 +8,5 @@ sudo dnf install \ exa bat fd-find ripgrep git-delta \ openssh \ golang python3 nodejs \ + podman \ neofetch