{"id":21295239,"url":"https://github.com/gabsedits/apx-2.0-installer","last_synced_at":"2025-03-15T17:12:56.436Z","repository":{"id":180077658,"uuid":"664547931","full_name":"GabsEdits/apx-2.0-installer","owner":"GabsEdits","description":"The Automated Script Installer made by the Vanilla OS Team ","archived":false,"fork":false,"pushed_at":"2023-07-17T10:12:11.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T06:48:10.012Z","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/GabsEdits.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":"2023-07-10T08:14:57.000Z","updated_at":"2024-03-29T00:59:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"732b9d09-dc1c-452a-be3f-8534ae5a3047","html_url":"https://github.com/GabsEdits/apx-2.0-installer","commit_stats":null,"previous_names":["gabsedits/apx-2.0-installer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Fapx-2.0-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Fapx-2.0-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Fapx-2.0-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Fapx-2.0-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GabsEdits","download_url":"https://codeload.github.com/GabsEdits/apx-2.0-installer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243762267,"owners_count":20343979,"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-21T14:01:38.563Z","updated_at":"2025-03-15T17:12:56.407Z","avatar_url":"https://github.com/GabsEdits.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eApx 2.0 Shell Script Installer\u003c/h1\u003e\n\u003cp\u003eThe Automated Script Installer made by the Vanilla OS Team\u003c/p\u003e\n\u003csup\u003eThe Script was found in \u003ca href=\"https://vanillaos.org/2023/07/05/vanilla-os-orchid-devlog.html\"\u003eVanilla OS Orchid - Devlog 5 Jul\u003c/a\u003e\u003c/sup\u003e\n\u003cbr\u003e\u003csup\u003eThe is moving to the offical APX Repo\u003c/sup\u003e\n\u003c/div\u003e\n\n## Run\nMake sure you have `git` and `curl` installed \n```bash\nbash \u003c(curl -s https://raw.githubusercontent.com/GabsEdits/apx/v2/install.sh)\n```\n\n## The Installer\n```bash\n#!/bin/bash\n\nWORK_DIR=\"YOUR_WORK_DIR\"  # \u003c- edit this path\n\nmkdir -p \"$WORK_DIR\"\ncd \"$WORK_DIR\"\n\ncurl -LO https://github.com/89luca89/distrobox/archive/refs/tags/1.5.0.2.tar.gz\ntar -xzf 1.5.0.2.tar.gz\n\ncurl -LO https://github.com/Vanilla-OS/apx/releases/download/continuous/apx.tar.gz\ntar -xzf apx.tar.gz\nmv apx \"$HOME/.local/bin/apx2\"\nchmod +x \"$HOME/.local/bin/apx2\"\n\nmkdir -p \"$HOME/.config/apx\"\necho '{\n  \"apxPath\": \"'\"$HOME/.local/share/apx/\"'\",\n  \"distroboxpath\": \"'\"$WORK_DIR/distrobox-1.5.0.2/distrobox\"'\",\n  \"storageDriver\": \"btrfs\"\n}' \u003e \"$HOME/.config/apx/apx.json\"\n\ngit clone https://github.com/Vanilla-OS/vanilla-apx-configs.git \"$WORK_DIR/vanilla-apx-configs\"\nmv \"$WORK_DIR/vanilla-apx-configs/stacks\" \"$HOME/.local/share/apx/\"\nmv \"$WORK_DIR/vanilla-apx-configs/package-managers\" \"$HOME/.local/share/apx/\"\n\necho \"Installation completed. You can now use Apx v2 by running 'apx2'.\"\napx2 --version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabsedits%2Fapx-2.0-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabsedits%2Fapx-2.0-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabsedits%2Fapx-2.0-installer/lists"}