antes que correr caulquier script seguir paso a paso este video: Alpine Linux desde Cero
!! Importante seguir el orden numerado para cada caso !!
EJ: XFCE: se tiene que instalar: 1) setup-basic-postinstal y 2) setup-xfce4
Alpine Linux Setup a un solo click.
- ./setup-basic-postinstal >> Configuraciones basicas para Alpine (correr como ROOT)
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/setup-basic-postinstal | sh
- BSPWM >> Configuracion basicas de BSPWM (como usurio comun)
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/bspwm/setup-bspwm | bash
- KDE PLASMA >> Configuracion basicas de KDE PLASMA (como usurio comun)
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/kde-plasma/setup-kde | bash
- XFCE4 >> Configuracion basicas de XFCE4 (como usurio comun) Video
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/xfce4/setup-xfce4 | bash
- GNOME >> Configuracion basicas de GNOME (como usurio comun)
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/gnome/setup-gnome | bash
- FLUXBOX >> Configuracion basicas de FLUXBOX (como usurio comun)
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/fluxbox/setup-fluxbox | bash
- FLUXBOX-VNC >> Configuracion basicas de FLUXBOX + VNC REMOTA (como usurio comun) (Proximamente Video ...)
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/fluxbox/setup-onlyvnc-fluxbox | bash
- FLATPACK >> Instalacion de Flatpak (como usurio comun)
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/utils/setup-flatpak | bash
Alpine Linux Setup a un solo click.
- ./setup-basic-postinstal-lxc >> Configuraciones basicas para Alpine LXC (Proxmox)
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/setup-basic-postinstal-lxc | sh