Octet: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 6: | Zeile 6: | ||
* Ethernet-Paket: firmware-realtek (ab Kernel 5.10) | * Ethernet-Paket: firmware-realtek (ab Kernel 5.10) | ||
< | <syntaxhighlight lang="bash"> | ||
wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh | wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh | ||
bash /tmp/basic_install.sh | bash /tmp/basic_install.sh | ||
Zeile 15: | Zeile 15: | ||
restoretool -v3 init php 7.3 | restoretool -v3 init php 7.3 | ||
vi /etc/default/zramswap | vi /etc/default/zramswap | ||
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg | |||
apt-key adv --fetch-keys https://repo.skype.com/data/SKYPE-GPG-KEY | |||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 78BD65473CB3BD13 | |||
wget https://packages.sury.org/php/apt.gpg -qO - | apt-key add - | |||
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - | |||
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com BE3E6EA534E8243F | |||
PHP_VERSION=7.4 | |||
apt install geany google-chrome-stable mariadb-server meld nginx-extras ninja-build | apt install geany google-chrome-stable mariadb-server meld nginx-extras ninja-build | ||
openjdk-11-jdk php${PHP_VERSION}-cli php${PHP_VERSION}-common php${PHP_VERSION}-curl \ | |||
php${PHP_VERSION}-fpm php${PHP_VERSION}-gd php${PHP_VERSION}-igbinary php${PHP_VERSION}-imagick \ | |||
php${PHP_VERSION}-imap php${PHP_VERSION}-intl php${PHP_VERSION}-json php${PHP_VERSION}-mbstring \ | |||
php${PHP_VERSION}-memcached php${PHP_VERSION}-msgpack php${PHP_VERSION}-mysql php${PHP_VERSION}-opcache \ | |||
cups sane-airscan xsane smartmontools xfce4-sensors-plugin \ | |||
freerdp2-x11 x2goclient x2goserver \ | |||
xxd xz-utils \ | |||
</ | gimp \ | ||
</syntaxhighlight> |
Version vom 22. Februar 2022, 08:34 Uhr
Installation
- Basis: firmware-bullseye-DI-rc1-amd64-DVD-1.iso
- Wlan-Paket: firmware-iwlwifi (ab Kernel 5.10)
- Ethernet-Paket: firmware-realtek (ab Kernel 5.10)
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 nginx
restoretool -v3 init cms
restoretool -v3 init mariadb
restoretool -v3 init php 7.3
vi /etc/default/zramswap
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
apt-key adv --fetch-keys https://repo.skype.com/data/SKYPE-GPG-KEY
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 78BD65473CB3BD13
wget https://packages.sury.org/php/apt.gpg -qO - | apt-key add -
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com BE3E6EA534E8243F
PHP_VERSION=7.4
apt install geany google-chrome-stable mariadb-server meld nginx-extras ninja-build
openjdk-11-jdk php${PHP_VERSION}-cli php${PHP_VERSION}-common php${PHP_VERSION}-curl \
php${PHP_VERSION}-fpm php${PHP_VERSION}-gd php${PHP_VERSION}-igbinary php${PHP_VERSION}-imagick \
php${PHP_VERSION}-imap php${PHP_VERSION}-intl php${PHP_VERSION}-json php${PHP_VERSION}-mbstring \
php${PHP_VERSION}-memcached php${PHP_VERSION}-msgpack php${PHP_VERSION}-mysql php${PHP_VERSION}-opcache \
cups sane-airscan xsane smartmontools xfce4-sensors-plugin \
freerdp2-x11 x2goclient x2goserver \
xxd xz-utils \
gimp \