1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-04 12:45:58 +02:00

Instruct to set the correct floppy path

This commit is contained in:
2023-07-28 14:58:32 +02:00
committed by GitHub
parent f968701e43
commit 82451dd1e0

View File

@@ -23,11 +23,12 @@ wget https://raw.githubusercontent.com/AR2000AR/openComputers_codes/master/repo-
### Usage
```
instgen AR2000AR/openComputers_codes /mnt/04d/
instgen AR2000AR/openComputers_codes /mnt/xxx/
```
Replace /mnt/xxx/ with the path to your floppy.
You can provide a [github personal token](https://github.com/settings/tokens?type=beta) if the package listing fail. It may be because of a rate limit with github's api. To do so set the environment variable `HTTP_BASIC` to the base64 representation of `username:token`.
This will download all the files specified in the programs.cfg specified into */mnt/04d*, in a manner compatible with repoinstaller.
This will download all the files specified in the programs.cfg specified into */mnt/xxx*, in a manner compatible with repoinstaller.
~~You must provide your own .prop file.~~ A .prop file is generated with the repository name.
~~You must provide your own .prop file.~~ A .prop file is generated with the repository name.