From f9d4f44cf13544489e6bf6ac993c8163f860d612 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Wed, 24 Feb 2021 15:19:07 +0700 Subject: [PATCH] add python3 --- Scripts/debian.sh | 1 + Scripts/fedora.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/debian.sh b/Scripts/debian.sh index 4c0fa2d..ba43e37 100755 --- a/Scripts/debian.sh +++ b/Scripts/debian.sh @@ -7,6 +7,7 @@ sudo apt install \ neovim tmux \ exa fd-find ripgrep \ openssh-server openssh-client \ + python3 python3-venv \ neofetch # https://github.com/ohmyzsh/ohmyzsh/ diff --git a/Scripts/fedora.sh b/Scripts/fedora.sh index 38f0646..e83a075 100755 --- a/Scripts/fedora.sh +++ b/Scripts/fedora.sh @@ -7,7 +7,7 @@ sudo dnf install \ neovim tmux \ exa bat fd-find ripgrep \ openssh \ - golang nodejs \ + golang nodejs python3 \ neofetch # https://github.com/ohmyzsh/ohmyzsh/