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

peertube not on arm

Precompiled node packages often aren't available and so this means it takes a prohibitively long time to compile from source
parent df5cd2ef
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ VARIANTS="full full-vim media"
IN_DEFAULT_INSTALL=0
SHOW_ON_ABOUT=1
NOT_ON_ARM=1
PEERTUBE_DOMAIN_NAME=
PEERTUBE_CODE=
......@@ -1050,13 +1051,6 @@ function install_peertube {
mesh_install_peertube
return
fi
#if [[ $ARCHITECTURE != 'x86_64' && $ARCHITECTURE != 'amd64' ]]; then
# return
#fi
#if [ ! $ONION_ONLY ]; then
# ONION_ONLY='no'
#fi
if [ ! "$PEERTUBE_DOMAIN_NAME" ]; then
echo $'The peertube domain name was not specified'
......
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