Agregando Primer Commit.
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# Installing git
|
||||
sudo apt update
|
||||
sudo apt install -y git
|
||||
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
# Installing Python
|
||||
|
||||
# Update package list
|
||||
sudo apt update
|
||||
|
||||
# Install Python 3 and pip
|
||||
sudo apt install -y python3-pip
|
||||
|
||||
# Verify Python installation
|
||||
python3 -V
|
||||
|
||||
# Finished installing Python
|
||||
Reference in New Issue
Block a user