{"id":19798628,"url":"https://github.com/eriknyquist/massinstall","last_synced_at":"2026-05-09T20:40:57.689Z","repository":{"id":84199588,"uuid":"126755991","full_name":"eriknyquist/massinstall","owner":"eriknyquist","description":"simple utility to call UNIX \"install\" for multiple files, based on a configuration file","archived":false,"fork":false,"pushed_at":"2018-03-26T01:46:20.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T05:28:27.153Z","etag":null,"topics":["bash","install","utility"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eriknyquist.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-03-26T01:14:30.000Z","updated_at":"2018-03-26T01:47:05.000Z","dependencies_parsed_at":"2023-05-23T22:45:19.176Z","dependency_job_id":null,"html_url":"https://github.com/eriknyquist/massinstall","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/eriknyquist%2Fmassinstall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriknyquist%2Fmassinstall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriknyquist%2Fmassinstall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriknyquist%2Fmassinstall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eriknyquist","download_url":"https://codeload.github.com/eriknyquist/massinstall/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241139648,"owners_count":19916465,"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":["bash","install","utility"],"created_at":"2024-11-12T07:30:54.363Z","updated_at":"2026-05-09T20:40:57.638Z","avatar_url":"https://github.com/eriknyquist.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"massinstall\n===========\n\nThis bash script simply reads file paths and modes from a text file,\nand calls the UNIX \"install\" program for each one. I created it for use in\nprojects where multiple configuration files need to be copied from the source\ntree onto the system as part of the installation process.\n\nThis script just saves me a bit of time in automating the process, if there are\na large number of files that need to be copied. Nothing fancy.\n\n\nInstallation\n============\n\n::\n\n    install -m 777 massinstall /usr/bin/massinstall\n\nUsage\n=====\n\nPass in a configuration file when running ``massinstall``:\n\n::\n\n    massinstall files_to_install.conf\n\nThe configuration file should contain newline-seperated entries, where each\nline looks like this:\n\n::\n\n    /src/path /dest/path [mode]\n\n* ``/src/path``: path to the source file\n* ``/dest/path``: the destination path\n* ``mode``: optional file mode. If not specified, the file mode will be set to\n  666 (read and write for all users).\n\nEmpty lines and lines beginnning with a '#' are ignored\n\nExample configuration file\n--------------------------\n\n::\n\n    file1.txt /etc/file1.txt\n    file2 /bin/file2 777\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feriknyquist%2Fmassinstall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feriknyquist%2Fmassinstall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feriknyquist%2Fmassinstall/lists"}