Skip to content

Commit

Permalink
devbox
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Apr 28, 2024
1 parent ebfea04 commit 5044b2f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/*.sum
/SHA256SUMS
/SHA256SUMS.sign
/devbox.lock
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Run `build.sh` to generate a hands-free ISO image.
./build.sh [-u username] [-p password] [-n hostname] [-d domain] [-a package] [-i iso_url] [-s sign_key] [-o path] [-x] [-z] [-v] [-h]
```

### Requirements
### Dependencies

The following command installs all requirements to build an ISO image on a Debian based system:
The following command installs all dependencies on a Debian based system:

```sh
sudo apt update
Expand Down
11 changes: 11 additions & 0 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.5/.schema/devbox.schema.json",
"packages": [
"curl@latest",
"git@latest",
"gnupg@latest",
"pwgen@latest",
"whois@latest",
"xorriso@latest"
]
}

0 comments on commit 5044b2f

Please sign in to comment.