Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/partouf/ds24-linux-delphi-resources
https://github.com/partouf/ds24-linux-delphi-resources
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/partouf/ds24-linux-delphi-resources
- Owner: partouf
- License: mit
- Created: 2024-05-31T11:58:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T16:10:56.000Z (7 months ago)
- Last Synced: 2024-10-28T21:22:48.740Z (2 months ago)
- Language: Pascal
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DS24-Linux-Delphi-Resources
## Miscellaneous
* Powershell for Linux on Ubuntu 24.04 is currently broken, see https://github.com/PowerShell/PowerShell/issues/23197
- Suggested hack to fix: https://github.com/PowerShell/PowerShell/issues/23197#issuecomment-2109957994 until MS fixes the problem
* Use Shellcheck to check `.sh` files
- Can be installed with: `sudo apt install shellcheck`