mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-09 01:43:46 +02:00
update version
This commit is contained in:
@@ -5,9 +5,11 @@ if [ "$(id -u)" != "0" ]; then
|
||||
echo "This script must be run as root" 1>&2
|
||||
exit 1
|
||||
fi
|
||||
VERSION="Version: 1.1v "
|
||||
clear
|
||||
echo "$VERSION"
|
||||
echo "################################################"
|
||||
echo "# Version: 1.0v #"
|
||||
echo "# #"
|
||||
echo "# #"
|
||||
echo "# Python3.9.2 #"
|
||||
echo "# Quick Build #"
|
||||
@@ -33,7 +35,7 @@ echo "LETS GO!"
|
||||
sudo apt update
|
||||
sudo apt -y upgrade
|
||||
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libsqlite3-dev libreadline-dev libffi-dev curl libbz2-dev -y
|
||||
wget https://www.python.org/ftp/python/3.9.2/Python-3.9.9.tgz
|
||||
wget https://www.python.org/ftp/python/3.9.9/Python-3.9.9.tgz
|
||||
tar -xf Python-3.9.9.tgz
|
||||
cd Python-3.9.9
|
||||
./configure --enable-optimizations
|
||||
|
||||
Reference in New Issue
Block a user