initial commit
This commit is contained in:
5
scripts/install-git.sh
Normal file
5
scripts/install-git.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
#%%MULTILINE_YAML_START
|
||||
#Install git
|
||||
|
||||
apt update && apt install git -y
|
||||
Reference in New Issue
Block a user