Added btop++
Added btop to install list.
This commit is contained in:
@@ -119,6 +119,16 @@ start_jolnir() {
|
|||||||
install_libre_office
|
install_libre_office
|
||||||
echo $(greenprint "Installing Gimp")
|
echo $(greenprint "Installing Gimp")
|
||||||
install_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() {
|
install_gimp() {
|
||||||
|
|||||||
Reference in New Issue
Block a user