https://ostreedev.github.io/ostree/
https://github.com/ostreedev/ostree
http://paketspiegel.de/libostree-2021.3.tar.xz onnlein
SlackBuilds 15.0
ostree
ls /var/log/packages/ | grep ostree-2021.3-x86_64-2_SBo if [ $? -eq 1 ] then wget http://sbopkg.paketspiegel.de/15.0/ostree-2021.3-x86_64-2_SBo.tgz installpkg ostree-2021.3-x86_64-2_SBo.tgz fi
ls /var/log/packages/ | grep ostree-2021.3-x86_64-2_SBo if [ $? -eq 1 ] then wget https://slackbuilds.org/slackbuilds/15.0/system/ostree.tar.gz tar -x -f ostree.tar.gz cd ostree wget https://paketspiegel.de/libostree-2021.3.tar.xz ./ostree.SlackBuild installpkg /tmp/ostree-2021.3-x86_64-2_SBo.tgz cd .. pwd fi