{"id":30815112,"url":"https://github.com/spiritualhost/debian","last_synced_at":"2026-04-13T12:01:47.837Z","repository":{"id":311038086,"uuid":"1042205943","full_name":"spiritualhost/debian","owner":"spiritualhost","description":"Make a copy of a configured Debian machine using a config file","archived":false,"fork":false,"pushed_at":"2025-08-27T15:58:46.000Z","size":433,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T08:49:05.712Z","etag":null,"topics":["automation","config","debian","linux"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spiritualhost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-21T16:41:09.000Z","updated_at":"2025-08-27T15:58:51.000Z","dependencies_parsed_at":"2025-08-21T20:11:49.277Z","dependency_job_id":"eacd6ae4-b413-44e5-9838-efcc349cbb36","html_url":"https://github.com/spiritualhost/debian","commit_stats":null,"previous_names":["spiritualhost/debian"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spiritualhost/debian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiritualhost%2Fdebian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiritualhost%2Fdebian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiritualhost%2Fdebian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiritualhost%2Fdebian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spiritualhost","download_url":"https://codeload.github.com/spiritualhost/debian/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiritualhost%2Fdebian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["automation","config","debian","linux"],"created_at":"2025-09-06T08:04:52.441Z","updated_at":"2026-04-13T12:01:47.810Z","avatar_url":"https://github.com/spiritualhost.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Debian Installation Automation\n\nA basic way of getting a Debian system up and running with minimal effort using past configuration settings. Copy your favorite stuff about your setup into another machine. \n\n## What it does\n\nUsing a Debian ISO, the script will take the onerous process of repeatedly setting up Debian machines and automate it. The script assumes a desired set of defaults, all of which can be set easily in the userinfo.sh file. Autoinstallation for Debian systems is to the point where performing that function is really better done that way. A network connection, like Ethernet or WLAN is recommended. \n\nFor the purposes of development, I used the netinst CD image for AMD64 (https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-13.0.0-amd64-netinst.iso). \n\nThis is strongly inspired by Luke Smith's LARBS (https://github.com/LukeSmithxyz/LARBS) and mostly just seemed like a fun project to do. \n\nThe installer script is mostly functional, but could use cleaning up here and there. \n\n## Project Structure\n\n```\ndebian/\n├── installer.sh   # Main installation script\n├── runtimelog.txt # Script log (name can be changed in configs)\n├── user-scripts/  # Optional directory where user scripts can be added\n├── configs/       # Default configs for Debian installation\n├── userguide/     # PDF (LaTex) with instructions for use\n├── README.md\n└── LICENSE\n```\n\n\n## How to run it\n\n1) Go through the basic steps of the minimal installation. This can be done by clicking the \"Install\" option in the Debian bootable media. Before running anything else, run the following script line on your original system to get an overview of the packages needed:\n\n```\necho \"PACKAGES=($(apt-mark showmanual | sed 's/.*/\\\"\u0026\\\"/' | tr '\\n' ' '))\"\n```\n\nThis exact output should be pasted into the userinfo.sh file to replace the $PACKAGES variable \u0026#8594; this will ensure that any packages the user installed on the original system will also be installed on the new setup.\n\n\n2) Clone the repo somewhere convenient. I like to create a folder \"~/builds\" and then move to a better place later. After the repo has been cloned, you may need to make the script executable with:\n\n```\nchmod +x installer.sh\n```\n\n3) Run the script with:\n\n```\n./installer.sh\n```\n\n\n## Tested Versions of Debian\n\n- Debian 13\n    - Stable\n- Debian 12\n    - Stable\n\n\n## Requirements\n\n- Debian installation\n- git\n- sudo permissions","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspiritualhost%2Fdebian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspiritualhost%2Fdebian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspiritualhost%2Fdebian/lists"}