diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-21 14:05:01 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-21 14:05:01 +0900 |
| commit | e95ecd3e4853b82464f7a355ced2cb7c68a82fbf (patch) | |
| tree | 6afe52a421f1cdd24c5c8d49b128134df0865f7a /static/thesiah.sh | |
| parent | a99ad92a0c5729683a0aa7c478e9a5a097e72d92 (diff) | |
Init
Diffstat (limited to 'static/thesiah.sh')
| -rwxr-xr-x | static/thesiah.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh index 3ceeac0..7a137fe 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -222,6 +222,7 @@ installationloop() { "I") case "$(readlink -f /sbin/init)" in *systemd*) initinstall "$program" "$comment" ;; + *) maininstall "$program" ;; esac ;; "G") gitmakeinstall "$program" "$comment" ;; |
