Added btop++

Added btop to install list.
This commit is contained in:
2023-02-22 21:53:54 +00:00
parent b73dc94596
commit fe78ae6e1e

View File

@@ -119,6 +119,16 @@ start_jolnir() {
install_libre_office
echo $(greenprint "Installing Gimp")
install_gimp
echo $(greenprint "Installing btop")
install_btop
}
insall_btop() {
wget -qO /tmp/btop.tbz https://github.com/aristocratos/btop/releases/latest/download/btop-x86_64-linux-musl.tbz
tar xf /tmp/btop.tbz
/tmp/btop/install.sh
rm -R /tmp/btop
rm /tmp/btop.tbz
}
install_gimp() {