Add ArchLabs distribution for pypia
gitJWR opened this issue · 2 comments
gitJWR commented
Wasn't sure exactly where to submit this request, so I hope this is ok. In reference to your requested information:
- networkmanager-openvpn
- pacman install or packer install
- (I couldn't follow your instructions, but the distribution is archlabs)
This is the error I get currently:
Traceback (most recent call last):
File "pypia.py", line 240, in
install_packages(package_dict)
File "pypia.py", line 84, in install_packages
required_packages = package_dict['required_packages'][distro]
KeyError: 'archlabs'
dagrha commented
Hi @gitJWR, thanks for taking the time to write this up. I have now added archlabs
to the package_info.json
file. If you get a chance to try out the script again now that the json has been updated, please let me know if it worked for you.
gitJWR commented
It works! Thanks so much for this.