Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/partouf/ds24-linux-delphi-resources


https://github.com/partouf/ds24-linux-delphi-resources

Last synced: 18 days ago
JSON representation

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`