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:
Tim Crawford
2021-09-13 16:08:41 -06:00
committed by Jeremy Soller
parent d8d400d4ed
commit 06576f7fc1

View File

@ -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 \