summaryrefslogtreecommitdiffstats
path: root/packaging/installer/dependencies
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/installer/dependencies')
-rwxr-xr-xpackaging/installer/dependencies/alpine.sh1
-rwxr-xr-xpackaging/installer/dependencies/centos.sh3
-rwxr-xr-xpackaging/installer/dependencies/debian.sh1
-rwxr-xr-xpackaging/installer/dependencies/fedora.sh3
-rwxr-xr-xpackaging/installer/dependencies/ol.sh1
-rwxr-xr-xpackaging/installer/dependencies/opensuse.sh1
-rwxr-xr-xpackaging/installer/dependencies/rockylinux.sh1
-rwxr-xr-xpackaging/installer/dependencies/ubuntu.sh1
8 files changed, 10 insertions, 2 deletions
diff --git a/packaging/installer/dependencies/alpine.sh b/packaging/installer/dependencies/alpine.sh
index 8cbd98adf..cc3908d29 100755
--- a/packaging/installer/dependencies/alpine.sh
+++ b/packaging/installer/dependencies/alpine.sh
@@ -16,6 +16,7 @@ package_tree="
autoconf
cmake
make
+ libatomic
libtool
pkgconfig
tar
diff --git a/packaging/installer/dependencies/centos.sh b/packaging/installer/dependencies/centos.sh
index d17911664..738a0ce75 100755
--- a/packaging/installer/dependencies/centos.sh
+++ b/packaging/installer/dependencies/centos.sh
@@ -12,6 +12,7 @@ declare -a package_tree=(
autoconf-archive
autogen
automake
+ libatomic
libtool
pkgconfig
cmake
@@ -36,7 +37,7 @@ os_version() {
# shellcheck disable=SC2002
cat /etc/os-release | grep VERSION_ID | cut -d'=' -f2 | cut -d'"' -f2
else
- echo "Erorr: Cannot determine OS version!"
+ echo "Error: Cannot determine OS version!"
exit 1
fi
}
diff --git a/packaging/installer/dependencies/debian.sh b/packaging/installer/dependencies/debian.sh
index 66a4b6826..e8c2d0c6c 100755
--- a/packaging/installer/dependencies/debian.sh
+++ b/packaging/installer/dependencies/debian.sh
@@ -17,6 +17,7 @@ package_tree="
autoconf
autoconf-archive
autogen
+ libatomic1
libtool
pkg-config
tar
diff --git a/packaging/installer/dependencies/fedora.sh b/packaging/installer/dependencies/fedora.sh
index edb695bca..62a129f4c 100755
--- a/packaging/installer/dependencies/fedora.sh
+++ b/packaging/installer/dependencies/fedora.sh
@@ -12,7 +12,7 @@ os_version() {
# shellcheck disable=SC2002
cat /etc/os-release | grep VERSION_ID | cut -d'=' -f2
else
- echo "Erorr: Cannot determine OS version!"
+ echo "Error: Cannot determine OS version!"
exit 1
fi
}
@@ -32,6 +32,7 @@ declare -a package_tree=(
autoconf-archive
autogen
automake
+ libatomic
libtool
cmake
nmap-ncat
diff --git a/packaging/installer/dependencies/ol.sh b/packaging/installer/dependencies/ol.sh
index 4b95722a8..8d0feb3f5 100755
--- a/packaging/installer/dependencies/ol.sh
+++ b/packaging/installer/dependencies/ol.sh
@@ -15,6 +15,7 @@ declare -a package_tree=(
autoconf-archive
autogen
automake
+ libatomic
libtool
pkgconfig
cmake
diff --git a/packaging/installer/dependencies/opensuse.sh b/packaging/installer/dependencies/opensuse.sh
index cfaaf6753..7c5b840e7 100755
--- a/packaging/installer/dependencies/opensuse.sh
+++ b/packaging/installer/dependencies/opensuse.sh
@@ -17,6 +17,7 @@ declare -a package_tree=(
autoconf-archive
autogen
automake
+ libatomic1
libtool
pkg-config
cmake
diff --git a/packaging/installer/dependencies/rockylinux.sh b/packaging/installer/dependencies/rockylinux.sh
index 1cf07fc58..92050a457 100755
--- a/packaging/installer/dependencies/rockylinux.sh
+++ b/packaging/installer/dependencies/rockylinux.sh
@@ -15,6 +15,7 @@ declare -a package_tree=(
autoconf-archive
autogen
automake
+ libatomic
libtool
pkgconfig
cmake
diff --git a/packaging/installer/dependencies/ubuntu.sh b/packaging/installer/dependencies/ubuntu.sh
index 3d0bb5959..2bf116a11 100755
--- a/packaging/installer/dependencies/ubuntu.sh
+++ b/packaging/installer/dependencies/ubuntu.sh
@@ -17,6 +17,7 @@ package_tree="
autoconf
autoconf-archive
autogen
+ libatomic1
libtool
pkg-config
tar