Skip to content

Instantly share code, notes, and snippets.

View Jedt3D's full-sized avatar

Worajedt Sitthidumrong Jedt3D

  • Skoode Skill Co.,Ltd.
  • Bangkok, Thailand
View GitHub Profile
@Jedt3D
Jedt3D / SetupUbuntu4Delphi22.sh
Created December 28, 2022 10:26 — forked from jimmckeeth/SetupUbuntu4Delphi22.sh
This script automates the setup of Ubuntu for Delphi 11.2 Alexandria
#!/bin/bash
#
# Download and execute with the following:
# curl -L https://embt.co/SetupUbuntu4Delphi22 | bash
#
echo "Updating the local package directory"
sudo apt update
echo "Upgrading any outdated pacakges"
sudo apt full-upgrade -y
echo "Install new packages necessary for Delphi & FMXLinux"