1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +02:00

add poetry path

This commit is contained in:
Didier Barzin 2023-02-24 13:59:38 +01:00 committed by GitHub
parent d06c3f8a8e
commit b6f02e181a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,6 +201,7 @@ echo "ExecStart=-/sbin/agetty --autologin pandora --noclear %I $TERM" >> /etc/sy
# echo "ExecStart=-su - pandora -c ./pandora-box/pandora-box.py" >> /etc/systemd/system/getty@tty1.service.d/override.conf # echo "ExecStart=-su - pandora -c ./pandora-box/pandora-box.py" >> /etc/systemd/system/getty@tty1.service.d/override.conf
# Start pandora from bashrc # Start pandora from bashrc
su - $SUDO_USER -c 'echo "export PATH=\"\$HOME/.local/bin:{\$PATH}\""' >> ~/.bashrc
su - $SUDO_USER -c 'echo "pandora-box/pandora-box.py" >> ~/.bashrc' su - $SUDO_USER -c 'echo "pandora-box/pandora-box.py" >> ~/.bashrc'
# Copy ini file # Copy ini file