updates
This commit is contained in:
parent
5137df8b87
commit
7f969eb119
7
raspi.sh
7
raspi.sh
@ -54,20 +54,21 @@ debian.ansible.autoupdate
|
|||||||
debian.ansible.whoogle"
|
debian.ansible.whoogle"
|
||||||
bash install.sh
|
bash install.sh
|
||||||
|
|
||||||
|
# get user
|
||||||
|
user=$(id -u 1000 -n)
|
||||||
|
|
||||||
# pi-apps (for signal etc.)
|
# pi-apps (for signal etc.)
|
||||||
|
su - ${user} -c "wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash"
|
||||||
wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
|
wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
|
||||||
|
|
||||||
# Signal desktop (over pi-apps GUI)
|
# Signal desktop (over pi-apps GUI)
|
||||||
#https://github.com/dennisameling/Signal-Desktop/releases/download/v7.27.0/signal-desktop-unofficial_7.27.0_arm64.deb
|
#https://github.com/dennisameling/Signal-Desktop/releases/download/v7.27.0/signal-desktop-unofficial_7.27.0_arm64.deb
|
||||||
#dpkg -i signal-desktop-unofficial_7.27.0_arm64.deb
|
#dpkg -i signal-desktop-unofficial_7.27.0_arm64.deb
|
||||||
|
|
||||||
|
|
||||||
# boot in graphic
|
# boot in graphic
|
||||||
systemctl set-default graphical.target
|
systemctl set-default graphical.target
|
||||||
|
|
||||||
|
|
||||||
# Personal settings with .xsessionrc
|
# Personal settings with .xsessionrc
|
||||||
$user=$(id -u 1000 -n)
|
|
||||||
sudo cat <<EOF >/home/${user}/.xsessionrc
|
sudo cat <<EOF >/home/${user}/.xsessionrc
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user