Advertisement
ogre_x

Testa gitstatus.sh med gammal bash

Aug 12th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. cd ~/Downloads
  2. curl -O https://ftp.gnu.org/gnu/bash/bash-3.2.57.tar.gz
  3. tar xvfz bash-3.2.57.tar.gz
  4. cd bash-3.2.57/
  5. ./configure
  6. sudo apt-get install bison
  7. make
  8.  
  9. ~/Downloads/bash-3.2.57/bash ~/.bash-git-prompt/gitstatus.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement