Hi all friends I have a question, since from GodMode9 .cia files can be installed, is there a way to install them from a .gm9 script? Do you know if there is a script from which it can guide me? Thanks for reading. Greetings!

I’m also trying to figure out how to, as I’m experimenting with gm9 scriptsHi all friends I have a question, since from GodMode9 .cia files can be installed, is there a way to install them from a .gm9 script? Do you know if there is a script from which it can guide me? Thanks for reading. Greetings!
It's very simple:También estoy tratando de descubrir cómo hacerlo, ya que estoy experimentando con scripts gm9.
# Check Permissions
if not allow -a 1:
allow -a 0:
allow -a A:
echo "Permission denied"
else
# Install cia (install -o -s 0:/path_of_your_cia/your_cia_file)
install -o -s 0:/cias/FBI.cia
end