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 Jun 15, 2023
1 parent f9ed469 commit 96499b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions customize-airootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@ setup-xorg-base || true
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
echo -e "live\nlive\n" | passwd root
echo -e "live\nlive\n" | adduser user
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 96499b8

Please sign in to comment.