Skip to content
Snippets Groups Projects
Commit 55df3722 authored by tobiglaser's avatar tobiglaser
Browse files

apt installs up front

parent 071e6e6e
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,13 @@ ...@@ -29,6 +29,13 @@
# Desktop Environment # Desktop Environment
echo "Installing Desktop Environment" echo "Installing Desktop Environment"
sudo apt -qq install -qq -y lxde-core lxappearance sudo apt -qq install -qq -y lxde-core lxappearance
echo " Installing tightvnc."
sudo apt -qq install -qq -y tightvncserver
echo "Installing Arduino IDE."
sudo apt -qq install -qq -y arduino
echo "Installing letsgoING ArduinoControl"
sudo apt -qq install -qq -y python3-pip python3-tk
sudo -H python3 -m pip install -q letsgoing-rpi-arduinocontrol
# create vnc users # create vnc users
...@@ -59,8 +66,6 @@ ...@@ -59,8 +66,6 @@
# setup vnc # setup vnc
echo "Setting up VNC Server." echo "Setting up VNC Server."
echo " Installing tightvnc."
sudo apt -qq install -qq -y tightvncserver
echo " Checking for autostart service." echo " Checking for autostart service."
VNC="" VNC=""
...@@ -124,13 +129,6 @@ ...@@ -124,13 +129,6 @@
fi fi
done done
# Install user software
echo "Installing letsgoING ArduinoControl"
sudo apt -qq install -qq -y python3-pip python3-tk
sudo -H python3 -m pip install -q letsgoing-rpi-arduinocontrol
echo "Installing Arduino IDE."
sudo apt -qq install -y -qq arduino
# Create Shortcuts # Create Shortcuts
echo "Creating desktop and start menu shortcuts for ArduinoControl." echo "Creating desktop and start menu shortcuts for ArduinoControl."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment