mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 05:19:40 +02:00
add path to Poetry
This commit is contained in:
parent
cb097dd809
commit
192414a369
1 changed files with 3 additions and 0 deletions
|
@ -256,6 +256,9 @@ su - $SUDO_USER -c "cp ~/pandora-box/pandora-box.ini.curses ~/pandora-box/pandor
|
||||||
# Do not print messages on console
|
# Do not print messages on console
|
||||||
echo "mesg n" >> /home/$SUDO_USER/.bashrc
|
echo "mesg n" >> /home/$SUDO_USER/.bashrc
|
||||||
|
|
||||||
|
# Add path to Poetry
|
||||||
|
echo "export PATH=\"$HOME/.local/bin:{$PATH}\"" >> /home/$SUDO_USER/.bashrc
|
||||||
|
|
||||||
# Exec pandora at login
|
# Exec pandora at login
|
||||||
echo "exec pandora-box/pandora-box.py" >> /home/$SUDO_USER/.bashrc
|
echo "exec pandora-box/pandora-box.py" >> /home/$SUDO_USER/.bashrc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue