comment checker
Some checks failed
Push ISO / build (push) Failing after 7m28s

This commit is contained in:
Ward from fusion-voyager-3 2024-08-01 17:32:06 +03:00
parent 376b019b00
commit e1ac172065
5 changed files with 13 additions and 6 deletions

2
.github/push-iso vendored
View File

@ -1 +1 @@
19
20

View File

@ -10,7 +10,10 @@ for live_list in /chroot_scripts/live-lists/*.list
do
for pkg in $(cat $live_list)
do
echo $pkg >> /chroot_scripts/live_list
if [[ $pkg != "#"* ]]
then
echo $pkg >> /chroot_scripts/live_list
fi
done
done

View File

@ -10,7 +10,10 @@ for pool_list in /chroot_scripts/pool-lists/*.list
do
for pkg in $(cat $pool_list)
do
echo $pkg >> /chroot_scripts/pool_list
if [[ $pkg != "#"* ]]
then
echo $pkg >> /chroot_scripts/pool_list
fi
done
done

View File

@ -10,7 +10,10 @@ for rem_list in /chroot_scripts/rem-lists/*.list
do
for pkg in $(cat $rem_list)
do
echo $pkg >> /chroot_scripts/rem_list
if [[ $pkg != "#"* ]]
then
echo $pkg >> /chroot_scripts/rem_list
fi
done
done

View File

@ -1,10 +1,8 @@
pika-sources
systemd
zram-config
pika-baseos
pika-amdgpu-core
pika-amdgpu-switcher
pika-gnome-desktop-minimal
dbus-x11
rsync
apt-utils