HerbertKolibri: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „Kategorie:Host = Installation = * Mint 19.3 XFCE“) |
|||
Zeile 3: | Zeile 3: | ||
= Installation = | = Installation = | ||
* Mint 19.3 XFCE | * Mint 19.3 XFCE | ||
<pre> | |||
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 | |||
</pre> |
Aktuelle Version vom 21. Dezember 2019, 15:27 Uhr
Installation[Bearbeiten]
- Mint 19.3 XFCE
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