From f482a87c482f92dade79fc453a451b08dacd5d2d Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 2 Sep 2025 18:56:02 +0200 Subject: [PATCH] aggiustamenti --- ubuntu-post-install.sh | 0 ubuntu-setup.sh | 4 ++++ 2 files changed, 4 insertions(+) mode change 100644 => 100755 ubuntu-post-install.sh create mode 100644 ubuntu-setup.sh diff --git a/ubuntu-post-install.sh b/ubuntu-post-install.sh old mode 100644 new mode 100755 diff --git a/ubuntu-setup.sh b/ubuntu-setup.sh new file mode 100644 index 0000000..636d328 --- /dev/null +++ b/ubuntu-setup.sh @@ -0,0 +1,4 @@ +export GIT_USERNAME="alex" +export GIT_EMAIL="alessandro.battilani@gmail.com" +export GITEA_USERNAME="alex" +export GITEA_PASSWORD="BatManu#171017" \ No newline at end of file