From fb0d590f9ff2e6f4a92662bd4ed771d9066ba5ff Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 17:17:01 -0600 Subject: [PATCH] 1749856622 --- installer_auto.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 installer_auto.sh 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