remove jira-node-cli + fix jira aliases

This commit is contained in:
Morgan Wattiez
2019-08-18 17:32:08 +02:00
parent 3459abf9d6
commit d2b0bf7340
3 changed files with 2 additions and 6 deletions

View File

@ -126,9 +126,6 @@ esac
# Customize /etc/hosts
curl https://someonewhocares.org/hosts/hosts -o /etc/hosts
# Install NPM dependencies
npm install -g jira-node-cli --save
# Install pip and pipenv
sudo easy_install pip
sudo pip install --upgrade pip

View File

@ -10,7 +10,6 @@ bundle update --all
#gem update --system
#gem update asciidoctor-pdf t
zsh ~/.oh-my-zsh/tools/upgrade.sh
npm update -g jira-node-cli --save
sudo pip install --upgrade pip 2>/dev/null
sudo pip3 install --upgrade pip 2>/dev/null
pip freeze > ~/requirements.txt