update installer with shell-history

This commit is contained in:
David Todd 2019-12-13 09:33:00 -06:00
parent 8ae4566762
commit 877bc4f037
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@ symlink $basedir/i3/screenshotter.sh $HOME/.i3/screenshotter.sh
symlink $basedir/i3/compton.conf $HOME/.compton.conf
symlink $basedir/i3/i3blocks $bindir/i3blocks
echo "Installing shell-history"
python3.6 -m pip install shellhistory
if [ -e "$postinst" ]; then
echo "Running post install..."
source "$postinst"