Skip to content
Snippets Groups Projects
Commit 7227b3a2 authored by Bob Mottram's avatar Bob Mottram
Browse files

Install libsodium for patchwork/scuttlebot

parent 44c13ced
No related branches found
No related tags found
No related merge requests found
......@@ -369,6 +369,9 @@ function mesh_install_scuttlebot {
mesh_install_dat
# shellcheck disable=SC2086
chroot "$rootdir" $INSTALL_PACKAGES libsodium23
get_npm_arch
mesh_setup_npm
......@@ -441,6 +444,8 @@ function install_scuttlebot {
function_check install_nodejs
install_nodejs scuttlebot
$INSTALL_PACKAGES libsodium23
if [ ! -d /etc/scuttlebot ]; then
mkdir -p /etc/scuttlebot
fi
......
......@@ -621,6 +621,9 @@ install_patchwork() {
return
fi
# shellcheck disable=SC2086
chroot "$rootdir" $INSTALL_PACKAGES libsodium23
get_npm_arch
mesh_setup_npm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment