#!/bin/sh

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

