@@ -18,14 +18,14 @@ Rocky Linux 8
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.2/warewulf-4.5.2-1.el8.x86_64.rpm
|
||||
# dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.5/warewulf-4.5.5-1.el8.x86_64.rpm
|
||||
|
||||
openSuse Leap
|
||||
-------------
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# zypper install https://github.com/warewulf/warewulf/releases/download/v4.5.2/warewulf-4.5.2-1.suse.lp155.x86_64.rpm
|
||||
# zypper install https://github.com/warewulf/warewulf/releases/download/v4.5.5/warewulf-4.5.5-1.suse.lp155.x86_64.rpm
|
||||
|
||||
Compiled Source code
|
||||
====================
|
||||
@@ -59,9 +59,9 @@ appropriate substitutions:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
curl -LO https://github.com/warewulf/warewulf/releases/download/v4.5.2/warewulf-4.5.2.tar.gz
|
||||
tar -xf warewulf-4.5.2.tar.gz
|
||||
cd warewulf-4.5.2
|
||||
curl -LO https://github.com/warewulf/warewulf/releases/download/v4.5.5/warewulf-4.5.5.tar.gz
|
||||
tar -xf warewulf-4.5.5.tar.gz
|
||||
cd warewulf-4.5.5
|
||||
make all && sudo make install
|
||||
|
||||
Git
|
||||
@@ -89,7 +89,7 @@ tag.
|
||||
|
||||
git clone https://github.com/warewulf/warewulf.git
|
||||
cd warewulf
|
||||
git checkout development # or switch to a tag like 'v4.5.2'
|
||||
git checkout development # or switch to a tag like 'v4.5.5'
|
||||
make all && sudo make install
|
||||
|
||||
Runtime Dependencies
|
||||
|
||||
Reference in New Issue
Block a user