updated package bundling
This commit is contained in:
@@ -15,6 +15,7 @@ X11_PKGS='xcursor-themes xcursor-vanilla-dmz-aa setxkbmap xkb-switch xdg-utils x
|
||||
X_APPS='dbus mesa mesa-dri mesa-demos mesa-vaapi glxinfo glxgears glmark2 i3 i3lock i3status i3cat i3wsr rofi autotiling scrot dunst feh volumeicon'
|
||||
FONT_PKGS='noto-fonts-ttf noto-fonts-ttf-extra noto-fonts-cjk noto-fonts-emoji noto-fonts-ttf-variable liberation-fonts-ttf font-firacode fonts-roboto-ttf'
|
||||
|
||||
ALL_REPOS="void-repo-nonfree"
|
||||
ALL_PKGS="$BASE_PKGS"
|
||||
[ -z "$NOEXTRAS" ] && ALL_PKGS="$ALL_PKGS $EXTRA_PKGS"
|
||||
[ -z "$NOX" ] && ALL_PKGS="$ALL_PKGS $X11_PKGS $FONT_PKGS $X_APPS"
|
||||
@@ -39,6 +40,8 @@ alias roidclean='killall pulseaudio virgl_test_server_android' # ROID_INST
|
||||
EOF
|
||||
echo 'Installing Void Linux...'
|
||||
proot-distro install ghcr.io/void-linux/void-glibc-full
|
||||
echo 'Extra repository setup...'
|
||||
proot-distro run void-glibc-full -- sh -c "xbps-install -Suyy && xbps-install -Sy $ALL_REPOS"
|
||||
echo 'Package setup...'
|
||||
proot-distro run void-glibc-full -- sh -c "xbps-install -Suyy && xbps-install -Sy $ALL_PKGS"
|
||||
echo 'Post-installation steps (CLI)...'
|
||||
|
||||
Reference in New Issue
Block a user