Caribou: Unterschied zwischen den Versionen

Aus Info-Theke
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „Kategorie:Host = Installationsprotokoll = <pre> visudo apt-get update && apt-get -y install wget && wget -O /tmp/basic_install.sh https://public.hamatoma.de/b…“)
 
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
Kategorie:Host
[[Kategorie:Host]]
 
= Links =
* [[BtrFS]]


= Installationsprotokoll =
= Installationsprotokoll =
Zeile 6: Zeile 9:
apt-get update && apt-get -y install wget && wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh
apt-get update && apt-get -y install wget && wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh
bash /tmp/basic_install.sh
bash /tmp/basic_install.sh
restoretool -v3 init linuxserver
restoretool -v3 init php
restoretool -v3 init php 7.3
restoretool -v3 init mariadb
restoretool -v3 btrfs create-subvol system databases /var/lib/mysql --options=nodatacow --move-files
restoretool -v3 init local-bin
restoretool -v3 init cms
apt install firmware-atheros firmware-iwlwifi
</pre>
</pre>

Aktuelle Version vom 8. November 2019, 14:02 Uhr


Links[Bearbeiten]

Installationsprotokoll[Bearbeiten]

visudo
apt-get update && apt-get -y install wget && wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh
bash /tmp/basic_install.sh
restoretool -v3 init linuxserver
restoretool -v3 init php
restoretool -v3 init php 7.3
restoretool -v3 init mariadb
restoretool -v3 btrfs create-subvol system databases /var/lib/mysql --options=nodatacow --move-files
restoretool -v3 init local-bin
restoretool -v3 init cms
apt install firmware-atheros firmware-iwlwifi