This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unit FDC.CommandLine; | |
| /// <summary> | |
| /// Written by Lars Fosdal, August 2019, Delphi 10.3.1 | |
| /// Your license to use and modify follows the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license rules. | |
| /// https://creativecommons.org/licenses/by-sa/4.0/ | |
| /// </summary> | |
| interface | |
| uses |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 2017-10-01T14:14:44+00:00 | |
| 108.175.32.0/20 | |
| 108.175.34.0/24 | |
| 108.175.35.0/24 | |
| 192.173.64.0/18 | |
| 198.38.100.0/24 | |
| 198.38.101.0/24 | |
| 198.38.108.0/24 | |
| 198.38.109.0/24 |