#!/bin/sh

tar xzf /usr/local/share/python3.9/files/files.tar.gz -C /
cd /usr/local/bin
ln -s python3.9 python3

