Kaydet (Commit) b8e3e1e4 authored tarafından sulincix's avatar sulincix

netinst added

üst 712caaf1
tmpdir=$(mktemp -d)
cd $tmpdir
wget https://gitlab.com/sulinos/devel/unibuild/-/archive/master/unibuild-master.tar.gz -O unibuild.tar.gz
tar -xf unibuild.tar.gz
cd unibuild-master
su -c "bash install.sh"
......@@ -2,6 +2,12 @@ unibuild
========
The universal **build** script system.
Easy install
============
.. code-block:: shell
curl -s https://gitlab.com/sulinos/devel/unibuild/-/raw/master/netinst.sh | bash -s --
for install
===========
DESTDIR=*your_DESTDIR* bash install.sh
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