5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
export GSETTINGS_SCHEMA_DIR=.
|
|
|
|
python3 -m iridium_installer.main "$@"
|