From 6d8d1f9879ebbd667d948cd90ba7ead168669712 Mon Sep 17 00:00:00 2001 From: Vrganj Date: Mon, 1 Feb 2021 16:02:07 +0100 Subject: [PATCH] Fix typo --- var/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/install.txt b/var/install.txt index f1ecd90..bc7eae9 100644 --- a/var/install.txt +++ b/var/install.txt @@ -43,7 +43,7 @@ cd /opt && mkdir python3 && cd python3 wget https://www.python.org/ftp/python/3.9.1/Python-3.9.1.tar.xz unxz Python-3.9.1.tar.xz tar -xf Python-3.9.1.tar -cd Python-3.9.2 +cd Python-3.9.1 ./configure make ln -s python python3.9