add bashtop
This commit is contained in:
parent
0855847f72
commit
7ad5884835
@ -229,6 +229,11 @@ sudo curl -L git.io/scope -o /usr/local/bin/scope
|
|||||||
sudo chmod a+x /usr/local/bin/scope
|
sudo chmod a+x /usr/local/bin/scope
|
||||||
#scope launch
|
#scope launch
|
||||||
|
|
||||||
|
# Install bashtop (until brew manages it)
|
||||||
|
git clone https://github.com/aristocratos/bashtop.git ~/Code/bashtop
|
||||||
|
cd ~/Code/bashtop || exit
|
||||||
|
sudo make install
|
||||||
|
|
||||||
# Upgrade
|
# Upgrade
|
||||||
echo "Upgrading apps"
|
echo "Upgrading apps"
|
||||||
~/.scripts/upgrade.sh
|
~/.scripts/upgrade.sh
|
||||||
|
@ -74,6 +74,7 @@ pkginfo==1.5.0.1
|
|||||||
pocket==0.3.6
|
pocket==0.3.6
|
||||||
prompt-toolkit==2.0.10
|
prompt-toolkit==2.0.10
|
||||||
Protego==0.1.15
|
Protego==0.1.15
|
||||||
|
psutil==5.7.0
|
||||||
ptyprocess==0.6.0
|
ptyprocess==0.6.0
|
||||||
pyasn1==0.4.7
|
pyasn1==0.4.7
|
||||||
pyasn1-modules==0.2.7
|
pyasn1-modules==0.2.7
|
||||||
|
Loading…
Reference in New Issue
Block a user