diff --git a/installer_auto.sh b/installer_auto.sh new file mode 100644 index 0000000..77bdf0d --- /dev/null +++ b/installer_auto.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# usage +## curl +set -e +sudo apt update +sudo apt install git -y \ No newline at end of file