diff options
| -rwxr-xr-x | public/thesiah.sh | 1 | ||||
| -rwxr-xr-x | static/thesiah.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh index 3ceeac0..7a137fe 100755 --- a/public/thesiah.sh +++ b/public/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" ;; 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" ;; |
