PiTast: Unterschied zwischen den Versionen

Aus Info-Theke
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „Kategorie:Host = Links = * Raspberry = Blitzinstallation = <pre>sudo -s wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh bas…“)
 
 
Zeile 11: Zeile 11:
restoretool -v3 init linuxserver
restoretool -v3 init linuxserver
</pre>
</pre>
= Bluetooth-Tastatur =
<source lang="bash">
apt-get install python-pip python3-venv
</source>

Aktuelle Version vom 1. Juni 2021, 22:15 Uhr


Links[Bearbeiten]

Blitzinstallation[Bearbeiten]

sudo -s
wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh
bash /tmp/basic_install.sh

restoretool -v3 init linuxserver

Bluetooth-Tastatur[Bearbeiten]

apt-get install python-pip python3-venv