scripts: Update pkg for python symlink
Install `python-is-python3` to provide the `/usr/bin/python` symlink. Fixes installing dependencies on Pop!_OS 21.10. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
d8d400d4ed
commit
06576f7fc1
@ -34,7 +34,7 @@ if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then
|
|||||||
mtools \
|
mtools \
|
||||||
nasm \
|
nasm \
|
||||||
parted \
|
parted \
|
||||||
python \
|
python-is-python3 \
|
||||||
python3-distutils \
|
python3-distutils \
|
||||||
sdcc \
|
sdcc \
|
||||||
uuid-dev \
|
uuid-dev \
|
||||||
|
Reference in New Issue
Block a user