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 | |
| # Script Instalasi n8n untuk Ubuntu 22.04 | |
| # Dibuat untuk pemula - dengan penjelasan bahasa Indonesia | |
| echo "==========================================" | |
| echo " INSTALASI n8n DI UBUNTU 22.04" | |
| echo " Script Otomatis untuk Pemula" | |
| echo "==========================================" | |
| echo "" |