From b869933998a4c1abaa2d772b76a9077e64e9dd3e Mon Sep 17 00:00:00 2001 From: sulincix Date: Wed, 17 Jan 2024 14:45:59 +0000 Subject: [PATCH] Update customize-airootfs.sh --- aleyna/customize-airootfs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aleyna/customize-airootfs.sh b/aleyna/customize-airootfs.sh index f2c7871..f819a85 100755 --- a/aleyna/customize-airootfs.sh +++ b/aleyna/customize-airootfs.sh @@ -2,17 +2,17 @@ cd /tmp ### Instally 17g and other stuff -apt install wget -yq +yes | apt install wget -yq wget https://github.com/aleyna-tilki/base-files/releases/download/current/base-files_9999-noupdate_amd64.deb wget https://github.com/aleyna-tilki/17g-installer/releases/download/current/17g-installer_1.0_all.deb wget https://github.com/pardus-nosystemd/desktop-base/releases/download/current/desktop-base_9999-noupdate_all.deb wget https://github.com/aleyna-tilki/aleyna-theme/releases/download/current/aleyna-theme.deb wget https://github.com/aleyna-tilki/pipewire-launcher/releases/download/current/pipewire-launcher_1.0.0_all.deb -apt install ./*.deb -yq --allow-downgrades +yes | apt install ./*.deb -yq --allow-downgrades #### fix eudev sed bug about usrmerge shit # install busybox into /bin as symlink -apt install kmod busybox-static -yq +yes | apt install kmod busybox-static -yq $(which busybox) --install -s /bin ln -s /usr/bin/kmod /sbin/modprobe