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/