Skip to content

Instantly share code, notes, and snippets.

View checkdigits's full-sized avatar
💭
Available

Ian Barker checkdigits

💭
Available
View GitHub Profile
#!/bin/bash
#
# Download and execute with the following:
# curl -L http://tinyurl.com/SetupLinuxRS12 | bash
#
echo "Updating the local package directory"
sudo apt update
echo "Upgrading any outdated packages"
sudo apt full-upgrade -y
echo "Install new packages necessary for Delphi & FMXLinux"