6 lines
76 B
Bash
6 lines
76 B
Bash
#!/bin/bash
|
|
# usage
|
|
## curl
|
|
set -e
|
|
sudo apt update
|
|
sudo apt install git -y |