„raspi.sh“ ändern
This commit is contained in:
parent
b119315040
commit
d28a4aa6ec
5
raspi.sh
5
raspi.sh
@ -29,3 +29,8 @@ do
|
|||||||
sudo ansible-playbook --connection=local --inventory $(hostname), --limit $(hostname) ${playbook}/*.yml
|
sudo ansible-playbook --connection=local --inventory $(hostname), --limit $(hostname) ${playbook}/*.yml
|
||||||
sudo rm -rf ${playbook}
|
sudo rm -rf ${playbook}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo '#!/bin/bash
|
||||||
|
mate-terminal -- ~/share.sh
|
||||||
|
' >/home/pi/.xsessionrc
|
||||||
|
chmod 700 .xsessionrc
|
||||||
|
Loading…
Reference in New Issue
Block a user