Fix profile installation failing due to PATH not pointing to ~/.local/bin.

master
Icedream 2021-10-09 22:15:44 +02:00
parent 68e20ced3f
commit 0535a742be
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@ fi
fi
fi
# patch up $PATH for now
export PATH="$HOME/.local/bin:$PATH"
echo "Running package installation..."
cd packages
./packages.sh