5 lines
90 B
Bash
5 lines
90 B
Bash
#!/usr/bin/env bash
|
|
#%%MULTILINE_YAML_START
|
|
#Install git
|
|
|
|
apt update && apt install git -y |