initial commit

This commit is contained in:
2023-04-09 11:05:20 -05:00
parent 3c2310be91
commit d4b6f78554
12 changed files with 206 additions and 0 deletions

5
scripts/install-git.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
#%%MULTILINE_YAML_START
#Install git
apt update && apt install git -y