No armadillo
This commit is contained in:
parent
503a2899ad
commit
d44b579839
|
@ -309,15 +309,14 @@ function configure_interactive_gnusocial {
|
||||||
trap "rm -f $data" 0 1 2 5 15
|
trap "rm -f $data" 0 1 2 5 15
|
||||||
dialog --backtitle $"Freedombone Control Panel" \
|
dialog --backtitle $"Freedombone Control Panel" \
|
||||||
--title $"GNU Social" \
|
--title $"GNU Social" \
|
||||||
--radiolist $"Choose an operation:" 17 70 8 \
|
--radiolist $"Choose an operation:" 16 70 7 \
|
||||||
1 $"Set a background image" off \
|
1 $"Set a background image" off \
|
||||||
2 $"Set the title" off \
|
2 $"Set the title" off \
|
||||||
3 $"Set post expiry period (currently $GNUSOCIAL_EXPIRE_MONTHS months)" off \
|
3 $"Set post expiry period (currently $GNUSOCIAL_EXPIRE_MONTHS months)" off \
|
||||||
4 $"Select Qvitter user interface" off \
|
4 $"Select Qvitter user interface" off \
|
||||||
5 $"Select Pleroma user interface" off \
|
5 $"Select Pleroma user interface" off \
|
||||||
6 $"Select Classic user interface" off \
|
6 $"Select Classic user interface" off \
|
||||||
7 $"Select Armadillo user interface" off \
|
7 $"Exit" on 2> $data
|
||||||
8 $"Exit" on 2> $data
|
|
||||||
sel=$?
|
sel=$?
|
||||||
case $sel in
|
case $sel in
|
||||||
1) return;;
|
1) return;;
|
||||||
|
@ -330,8 +329,7 @@ function configure_interactive_gnusocial {
|
||||||
4) gnusocial_use_qvitter gnusocial;;
|
4) gnusocial_use_qvitter gnusocial;;
|
||||||
5) gnusocial_use_pleroma gnusocial;;
|
5) gnusocial_use_pleroma gnusocial;;
|
||||||
6) gnusocial_use_classic gnusocial;;
|
6) gnusocial_use_classic gnusocial;;
|
||||||
7) gnusocial_use_armadillo gnusocial;;
|
7) break;;
|
||||||
8) break;;
|
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
|
@ -313,15 +313,14 @@ function configure_interactive_postactiv {
|
||||||
trap "rm -f $data" 0 1 2 5 15
|
trap "rm -f $data" 0 1 2 5 15
|
||||||
dialog --backtitle $"Freedombone Control Panel" \
|
dialog --backtitle $"Freedombone Control Panel" \
|
||||||
--title $"PostActiv" \
|
--title $"PostActiv" \
|
||||||
--radiolist $"Choose an operation:" 17 70 8 \
|
--radiolist $"Choose an operation:" 16 70 7 \
|
||||||
1 $"Set a background image" off \
|
1 $"Set a background image" off \
|
||||||
2 $"Set the title" off \
|
2 $"Set the title" off \
|
||||||
3 $"Set post expiry period (currently $POSTACTIV_EXPIRE_MONTHS months)" off \
|
3 $"Set post expiry period (currently $POSTACTIV_EXPIRE_MONTHS months)" off \
|
||||||
4 $"Select Qvitter user interface" off \
|
4 $"Select Qvitter user interface" off \
|
||||||
5 $"Select Pleroma user interface" off \
|
5 $"Select Pleroma user interface" off \
|
||||||
6 $"Select Classic user interface" off \
|
6 $"Select Classic user interface" off \
|
||||||
7 $"Select Armadillo user interface" off \
|
7 $"Exit" on 2> $data
|
||||||
8 $"Exit" on 2> $data
|
|
||||||
sel=$?
|
sel=$?
|
||||||
case $sel in
|
case $sel in
|
||||||
1) return;;
|
1) return;;
|
||||||
|
@ -334,8 +333,7 @@ function configure_interactive_postactiv {
|
||||||
4) gnusocial_use_qvitter postactiv;;
|
4) gnusocial_use_qvitter postactiv;;
|
||||||
5) gnusocial_use_pleroma postactiv;;
|
5) gnusocial_use_pleroma postactiv;;
|
||||||
6) gnusocial_use_classic postactiv;;
|
6) gnusocial_use_classic postactiv;;
|
||||||
7) gnusocial_use_armadillo postactiv;;
|
7) break;;
|
||||||
8) break;;
|
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
@ -813,7 +811,7 @@ function install_postactiv {
|
||||||
#function_check install_nodejs
|
#function_check install_nodejs
|
||||||
#install_nodejs pleroma-postactiv
|
#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
|
# Currently Pleroma won't install on ARM systems
|
||||||
# because it uses node-sass which doesn't support ARM
|
# because it uses node-sass which doesn't support ARM
|
||||||
|
|
Loading…
Reference in New Issue