update installer with shell-history

This commit is contained in:
David Todd 2019-12-13 09:33:00 -06:00
parent 8ae4566762
commit 877bc4f037

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/compton.conf $HOME/.compton.conf
symlink $basedir/i3/i3blocks $bindir/i3blocks symlink $basedir/i3/i3blocks $bindir/i3blocks
echo "Installing shell-history"
python3.6 -m pip install shellhistory
if [ -e "$postinst" ]; then if [ -e "$postinst" ]; then
echo "Running post install..." echo "Running post install..."
source "$postinst" source "$postinst"