workan on pyenvasaaaa

This commit is contained in:
2025-08-15 00:40:40 -06:00
parent 356c79958e
commit 6682313646
+4 -7
View File
@@ -1,13 +1,10 @@
#!/bin/bash #!/bin/bash
# usage # usage
## curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/setup_git.sh | "$SHELL" ## curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/setup_git.sh | "$SHELL"
echo "Setting up Github" echo 'Setting up Github'
read -p -s 'Enter Github Classic Token (https://github.com/settings/tokens): ' gh_token
read -p -s "Enter Github Classic Token (https://github.com/settings/tokens): " gh_token read -p 'Enter Email Address: ' gh_email
read -p 'Enter Github Username: ' gh_username
read -p "Enter Email Address: " gh_email
read -p "Enter Github Username: " gh_username
sudo apt update sudo apt update
sudo apt install git gh -y sudo apt install git gh -y