From 06576f7fc147300a1061bb28fb74f01f39c76768 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Mon, 13 Sep 2021 16:08:41 -0600 Subject: [PATCH] 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 --- scripts/deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deps.sh b/scripts/deps.sh index 1f87139..6007d30 100755 --- a/scripts/deps.sh +++ b/scripts/deps.sh @@ -34,7 +34,7 @@ if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then mtools \ nasm \ parted \ - python \ + python-is-python3 \ python3-distutils \ sdcc \ uuid-dev \