5 lines
69 B
Bash
Executable File
5 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
# Installing git
|
|
sudo apt update
|
|
sudo apt install -y git
|