Software package download tool
only windows 7 or later.
-
*. (aria2)[https://aria2.github.io]: Must be turned on JSON RPC.
-
. (git)[https://gitforwindows.org]: Used for update.
-
. (scoop's buckects)[https://github.com/lukesampson/scoop/blob/master/buckets.json]:
download bucket. (For example: Main bucket)
cd C:\Users\Administrator\Documents
mkdir buckets && cd buckets git clone https://github.com/ScoopInstaller/Main.git
rein.ini
buckets = C:\Users\Administrator\Documents\buckets
-
aria2 config. The configured files are in
aria2config
. -
Modify path, proxy, etc in
*.conf
. -
Modify
rein.ini
. -
rein.exe: Command line tool. see more
--help
rein.exe --download 7zip aria2
- rein.ini: Configuration file.
A bucket contains multiple directories.
rein download {bucket}/{app} (chawyehsu/dorado#27)