Redecorating / archinstall-mbp

A drop in profile for python-archinstall, that installs stuff for t2 macs
GNU General Public License v3.0
22 stars 4 forks source link

using image archmbp-2020.05.09-x86_64.iso script fails #13

Open red-smeg opened 2 years ago

red-smeg commented 2 years ago

Hi,

I'm trying to use the install script and with this image

https://dl.t2linux.org/archlinux/iso/archmbp-2020.05.09-x86_64.iso

the script fails. The root cause is it is trying to find python 3.9 but the image comes with 3.10

I have modified the script line 10 to say

cp -v apple-t2.py /lib/python3.10/site-packages/archinstall/profiles/apple-t2.py

and this allows the script to run.