From d10e30beec8eb15b83936e1c0e59d209b8e6e579 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Thu, 24 Nov 2022 12:27:42 -0600 Subject: [PATCH] add sshkeygen, removed htop, add bpytop --- post_install | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/post_install b/post_install index 3f8c511..be7798b 100755 --- a/post_install +++ b/post_install @@ -7,9 +7,8 @@ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo PACKAGE_LIST=( - dialog + bpytop git - htop neofetch neovim python3 @@ -52,6 +51,12 @@ for flatpak_name in ${FLATPAK_LIST[@]}; do fi done +echo ####### +echo # SSH # +echo ####### + +ssh-keygen -t ed25519 -C ${USER}@$(hostname --fqdn) + echo ##################### echo # Install Nerd Font # echo ##################### @@ -127,4 +132,3 @@ sudo dnf install \ sudo dnf install \ https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -