Skip to content

Commit

Permalink
Update customize-airootfs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix authored Mar 17, 2024
1 parent 32a1e16 commit 7c0db21
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions customize-airootfs.sh
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
#!/usr/bin/env bash
apk update
apk upgrade
setup-xorg-base || true
#x11
apk add xorg-server xf86-input-libinput eudev mesa-dri-gallium
# xfce
apk add nano firefox
apk add xfce4 xfce4-terminal xfce4-screensaver lightdm-gtk-greeter adwaita-icon-theme pavucontrol
apk add elogind polkit-elogind dbus wpa_supplicant networkmanager network-manager-applet pulseaudio pulseaudio-alsa
# apps
apk add flatpak
# flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# logind and other stuff
apk add elogind polkit-elogind dbus wpa_supplicant networkmanager \
bluez networkmanager-wifi networkmanager-tui librsvg fuse
# pipewire
apk add wireplumber pipewire pipewire-pulse pipewire-alsa pipewire-spa-bluez \
pipewire-jack pipewire-spa-tools
echo -e "live\nlive\n" | passwd root
rc-update add dbus
rc-update add networkmanager
rc-update add wpa_supplicant
rc-update add lightdm
rc-update add udev
rc-update add elogind
# laptop stuff
apk add acpi cpufreqd pm-utils
rc-update add cpufreqd

0 comments on commit 7c0db21

Please sign in to comment.