Incorporated changes for release 1.3.2
This commit is contained in:
@@ -71,6 +71,7 @@ echo ""
|
||||
echo ""
|
||||
echo ""
|
||||
apt install -y apache2 php mariadb-server phpmyadmin uuid-runtime
|
||||
apt install -y php-mysqli
|
||||
cp etc/apache2/mods-available/alias.conf /etc/apache2/mods-available
|
||||
service apache2 restart
|
||||
echo "...done."
|
||||
|
||||
@@ -176,11 +176,14 @@ echo ""
|
||||
echo ""
|
||||
echo "Terminal setup complete."
|
||||
echo ""
|
||||
echo "If you would like to use this terminal as a DRS server, after rebooting"
|
||||
echo "and logging back in, change directory to the extracted distribution's"
|
||||
echo "RPiSetup directory, and run:"
|
||||
echo " sudo ./server-setup.sh"
|
||||
echo ""
|
||||
if [ "$conftype" = "Terminal" ]
|
||||
then
|
||||
echo "If you would like to use this terminal as a DRS server, after rebooting"
|
||||
echo "and logging back in, change directory to the extracted distribution's"
|
||||
echo "RPiSetup directory, and run:"
|
||||
echo " sudo ./server-setup.sh"
|
||||
echo ""
|
||||
fi
|
||||
echo ""
|
||||
echo "A reboot is required to start using this terminal."
|
||||
echo -n "Would you like to reboot now? [Y/n]: "
|
||||
|
||||
Reference in New Issue
Block a user