HechtTurtle: Unterschied zwischen den Versionen

Aus Info-Theke
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „Kategorie:Host = Installation = <pre>su adduser hm apt update && apt install sudo wget wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_inst…“)
 
Zeile 3: Zeile 3:
= Installation =
= Installation =
<pre>su
<pre>su
export PATH=/sbin:/usr/sbin:$PATH
adduser hm
adduser hm
apt update && apt install sudo wget
apt update && apt install sudo wget
Zeile 8: Zeile 9:
bash /tmp/basic_install.sh
bash /tmp/basic_install.sh
restoretool -v3 init linuxserver
restoretool -v3 init linuxserver
 
apt install thunderbird caja hplip xsane thunderbird-l10n-de lightning-l10n-de menulibre
</pre>
</pre>

Version vom 18. Dezember 2019, 23:49 Uhr


Installation

su
export PATH=/sbin:/usr/sbin:$PATH
adduser hm
apt update && apt install sudo wget
wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh
bash /tmp/basic_install.sh
restoretool -v3 init linuxserver
apt install thunderbird caja hplip xsane thunderbird-l10n-de lightning-l10n-de menulibre