mirror of
https://github.com/Relintai/pi_player.git
synced 2024-11-12 08:45:35 +01:00
18 lines
342 B
Bash
Executable File
18 lines
342 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
sudo cp /etc/xdg/lxsession/LXDE-pi/autostart /etc/xdg/lxsession/LXDE-pi/autostart.old
|
|
|
|
|
|
sudo cp /etc/xdg/lxsession/LXDE-pi/desktop.conf /etc/xdg/lxsession/LXDE-pi/desktop.conf.old
|
|
|
|
|
|
sudo cp -f ./files/autostart /etc/xdg/lxsession/LXDE-pi/autostart
|
|
|
|
sudo cp -f ./files/desktop.conf /etc/xdg/lxsession/LXDE-pi/desktop.conf
|
|
|
|
|
|
|
|
|
|
|