Kaydet (Commit) 9b86e2db authored tarafından Your Name's avatar Your Name

sulistrapt update

üst 2765a993
......@@ -20,16 +20,16 @@ then
echo "$sulin is a file. You must delete or move."
exit 1
fi
inary ar sulin https://master.dl.sourceforge.net/project/sulinos/SulinRepository/inary-index.xml.xz -y -D$sulin || true
inary ar sulin https://osdn.dl.osdn.net/storage/g/s/su/sulinos/SulinRepository/inary-index.xml.xz -y -D$sulin || true
inary ur -y -D$sulin || true
inary it baselayout --ignore-dep --ignore-safety --ignore-configure -y -D$sulin
inary it -c system.base -y --ignore-configure -D$sulin
if echo $2 | grep "^-" &>/dev/null ; then
echo $2 | grep "b" && inary it -c system.boot toybox btrfs-progs linux -y --ignore-configure -D$sulin
inary it -c system.base curl -y --ignore-configure -D$sulin
if echo "$2" | grep "^-" &>/dev/null ; then
echo $2 | grep "b" && inary it -c system.boot toybox btrfs-progs linux linux-firmware -y --ignore-configure -D$sulin
echo $2 | grep "x" && inary it -c x11 -y --ignore-configure -D$sulin
echo $2 | grep "d" && inary it -c system.devel -y --ignore-configure -D$sulin
echo $2 | grep "n" && inary it NetworkManager -y --ignore-configure -D$sulin
echo $2 | grep "a" && inary it curl nano wget vim strace ntfsprogs tree dialog pfork scom htop -y --ignore-configure -D$sulin
echo $2 | grep "a" && inary it nano wget vim strace ntfsprogs tree dialog pfork scom htop -y --ignore-configure -D$sulin
fi
for i in /dev /sys /proc /run
do
......@@ -37,5 +37,6 @@ do
umount -lf -R $sulin/$i || true
mount --bind $i $sulin/$i
done
chroot $sulin inary cp busybox
chroot $sulin inary cp baselayout
chroot $sulin inary cp
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment