jgstew / jgstew-recipes

For JGStew's AutoPkg Recipes and Processors
MIT License
8 stars 2 forks source link

AutoPkg on Linux / Windows #4

Closed jgstew closed 1 year ago

jgstew commented 3 years ago

Work in Progress

Steps on Linux

git clone https://github.com/autopkg/autopkg.git
cd autopkg
pip install -r requirements.txt
cd ..
echo {} > /home/USERNAME/.config/Autopkg/config.json
python3 autopkg repo-add https://github.com/autopkg/recipes
jgstew commented 3 years ago

This script partly automates and checks the required setup of AutoPkg on Windows: https://github.com/jgstew/jgstew-recipes/blob/main/check_setup_win.bat

jgstew commented 1 year ago

autopkg is now fully working on Linux and Windows. Have setup scripts for Windows and Ubuntu for all dependencies.

There is also a dockerfile example: https://github.com/jgstew/jgstew-recipes/blob/main/Dockerfile