Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxdicaspro/clion_eap_appimage
Gerar AppImage do CLion EAP com Integração Automática.
https://github.com/linuxdicaspro/clion_eap_appimage
appimage clion development eap
Last synced: 5 days ago
JSON representation
Gerar AppImage do CLion EAP com Integração Automática.
- Host: GitHub
- URL: https://github.com/linuxdicaspro/clion_eap_appimage
- Owner: LinuxDicasPro
- License: gpl-3.0
- Created: 2024-09-26T00:21:56.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-26T00:26:19.000Z (5 months ago)
- Last Synced: 2024-12-09T10:17:01.951Z (2 months ago)
- Topics: appimage, clion, development, eap
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLion EAP AppImage
Para gerar o AppImage do Programa em seu PC sem precisar baixar absolutamente nada, execute esse comando:
```
bash <(curl -ks https://raw.githubusercontent.com/LinuxDicasPro/CLion_EAP_AppImage/refs/heads/master/get_appimage)
```O curl com o parâmetro -k vai retornar todo o conteúdo do script para gerar o Appimage.
O parâmetro -s é só pra silenciar o curl.