#!/bin/sh

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

