{"id":19509173,"url":"https://github.com/shellshoccar-jpn/installer","last_synced_at":"2026-01-02T11:34:09.544Z","repository":{"id":82865569,"uuid":"61608250","full_name":"ShellShoccar-jpn/installer","owner":"ShellShoccar-jpn","description":"我らが公開するシェルスクリプト開発用のコマンドを一通りインストールするためのシェルスクリプト","archived":false,"fork":false,"pushed_at":"2024-03-16T10:13:51.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-21T04:14:56.999Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShellShoccar-jpn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-21T06:31:24.000Z","updated_at":"2024-03-16T10:13:55.000Z","dependencies_parsed_at":"2024-11-10T23:11:21.130Z","dependency_job_id":null,"html_url":"https://github.com/ShellShoccar-jpn/installer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShellShoccar-jpn%2Finstaller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShellShoccar-jpn%2Finstaller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShellShoccar-jpn%2Finstaller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShellShoccar-jpn%2Finstaller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShellShoccar-jpn","download_url":"https://codeload.github.com/ShellShoccar-jpn/installer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243558467,"owners_count":20310571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T23:11:13.557Z","updated_at":"2026-01-02T11:34:09.496Z","avatar_url":"https://github.com/ShellShoccar-jpn.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# installer\n我らが公開するシェルスクリプト開発用のコマンドを一通りインストールするためのシェルスクリプト\n\n## 使い方\n\n### インストールしたい場合\n\n管理者の場合は次のように実行する。\n\n```sh:\n$ shellshoccar.sh install\n```\n\nすると/usr/local/shellshoccarディレクトリーが作られ、そこに一式が作られる。コマンドが成功したら、環境変数PATHには、コマンド実行の最後に示されたディレクトリー（おそらくは `/usr/local/shellshoccar/bin` ）を追加すること。\n\n一般ユーザーが自分のディレクトリーにインストールする場合は、--prefixオプションを使い、例えば次のようにする。\n\n```sh:\n$ shellshoccar.sh --prefix=~/shellshoccar install\n```\n\nすると~/shellshoccarディレクトリーが作られ、そこに一式が作られる。コマンドが成功したら、こちらも環境変数PATHには、コマンド実行の最後に示されたディレクトリー（おそらくは `~/shellshoccar/bin` ）を追加すること。\n\n### アンインストールしたい場合\n\n管理者の場合は次のように実行する。\n\n```sh:\n$ shellshoccar.sh uninstall\n```\n\nすると/usr/local/shellshoccarディレクトリーが消される。ただし本コマンドは、/usr/local/shellshoccar/log/shellshoccar_inst.logというファイルが存在することを事前確認し、それがなければアンインストールは拒否するようになっている。\n\n一般ユーザーが自分のディレクトリーにインストールしたものをアンインストールする場合は、--prefixオプションを使い、例えば次のようにする。\n\nもしそのファイルを消してしまったのであれば、 `rm -rf /usr/local/shellshoccar` を実行して手動で消せばよい。\n\n```sh:\n$ shellshoccar.sh --prefix=~/shellshoccar uninstall\n```\n\nすると~/shellshoccarディレクトリーが消される。ただし本コマンドは、~/shellshoccar/log/shellshoccar_inst.logというファイルが存在することを事前確認し、それがなければアンインストールは拒否するようになっている。\n\nもしそのファイルを消してしまったのであれば、 `rm -rf ~/shellshoccar` を実行して手動で消せばよい。\n\n## 依存コマンド\n\n本コマンドを実行するには、POSIX範囲外のコマンドとして、次のどちらかの組み合わせが必要である。\n\n* gitコマンド\n* unzipコマンドとWebアクセスのためのコマンドとしてcurlまたはwget\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellshoccar-jpn%2Finstaller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshellshoccar-jpn%2Finstaller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellshoccar-jpn%2Finstaller/lists"}