add sshkeygen, removed htop, add bpytop
This commit is contained in:
10
post_install
10
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user