












#\
#
#	APT: curl
#	
#
apt update
# apt upgrade -y

# DEBIAN_FRONTEND=noninteractive apt install python3-pip -y
# apt install python3 -y
apt install python3-pip -y
apt install curl git -y
apt install rustc cargo -y
#
#/

git config --global user.email money
git config --global user.name money

mv /usr/lib/python3.12/EXTERNALLY-MANAGED /usr/lib/python3.12/EXTERNALLY-MANAGED.old

pip install uv poetry


#\
#
#	NVM + Node.js
#	
#
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
nvm install 20
#
#/



#\
#
#	PNPM
#	
#
export SHELL=/bin/bash 
curl -fsSL https://get.pnpm.io/install.sh | sh -
. /root/.bashrc
#
#/


#\
#
#	Rust: https://www.rust-lang.org/tools/install
#		curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
#
#
#
#/


#
#	source /Metro/_plays/source_1.sh
#
git config --global --add safe.directory /Metro





# deactivate

. /Metro/_Controls/Build_2.sh






