No armadillo

This commit is contained in:
Bob Mottram 2017-06-18 12:23:42 +01:00
parent 503a2899ad
commit d44b579839
2 changed files with 7 additions and 11 deletions

View File

@ -309,15 +309,14 @@ function configure_interactive_gnusocial {
trap "rm -f $data" 0 1 2 5 15
dialog --backtitle $"Freedombone Control Panel" \
--title $"GNU Social" \
--radiolist $"Choose an operation:" 17 70 8 \
--radiolist $"Choose an operation:" 16 70 7 \
1 $"Set a background image" off \
2 $"Set the title" off \
3 $"Set post expiry period (currently $GNUSOCIAL_EXPIRE_MONTHS months)" off \
4 $"Select Qvitter user interface" off \
5 $"Select Pleroma user interface" off \
6 $"Select Classic user interface" off \
7 $"Select Armadillo user interface" off \
8 $"Exit" on 2> $data
7 $"Exit" on 2> $data
sel=$?
case $sel in
1) return;;
@ -330,8 +329,7 @@ function configure_interactive_gnusocial {
4) gnusocial_use_qvitter gnusocial;;
5) gnusocial_use_pleroma gnusocial;;
6) gnusocial_use_classic gnusocial;;
7) gnusocial_use_armadillo gnusocial;;
8) break;;
7) break;;
esac
done
}

View File

@ -313,15 +313,14 @@ function configure_interactive_postactiv {
trap "rm -f $data" 0 1 2 5 15
dialog --backtitle $"Freedombone Control Panel" \
--title $"PostActiv" \
--radiolist $"Choose an operation:" 17 70 8 \
--radiolist $"Choose an operation:" 16 70 7 \
1 $"Set a background image" off \
2 $"Set the title" off \
3 $"Set post expiry period (currently $POSTACTIV_EXPIRE_MONTHS months)" off \
4 $"Select Qvitter user interface" off \
5 $"Select Pleroma user interface" off \
6 $"Select Classic user interface" off \
7 $"Select Armadillo user interface" off \
8 $"Exit" on 2> $data
7 $"Exit" on 2> $data
sel=$?
case $sel in
1) return;;
@ -334,8 +333,7 @@ function configure_interactive_postactiv {
4) gnusocial_use_qvitter postactiv;;
5) gnusocial_use_pleroma postactiv;;
6) gnusocial_use_classic postactiv;;
7) gnusocial_use_armadillo postactiv;;
8) break;;
7) break;;
esac
done
}
@ -813,7 +811,7 @@ function install_postactiv {
#function_check install_nodejs
#install_nodejs pleroma-postactiv
install_armadillo_front_end "postactiv" "$POSTACTIV_DOMAIN_NAME" "$POSTACTIV_BACKGROUND_IMAGE_URL"
#install_armadillo_front_end "postactiv" "$POSTACTIV_DOMAIN_NAME" "$POSTACTIV_BACKGROUND_IMAGE_URL"
# Currently Pleroma won't install on ARM systems
# because it uses node-sass which doesn't support ARM