From 1af2cd7d4adedd5b87bd1cbfef7b5bae5be2614c Mon Sep 17 00:00:00 2001 From: Ze'ev Schurmann Date: Wed, 25 Mar 2026 17:01:43 +0200 Subject: [PATCH] Moved old script to a folder called old. Working on a new version2 of the script. --- old/README.md | 5 +++++ debian-installer.sh => old/debian-installer.sh | 0 2 files changed, 5 insertions(+) create mode 100644 old/README.md rename debian-installer.sh => old/debian-installer.sh (100%) diff --git a/old/README.md b/old/README.md new file mode 100644 index 0000000..ce273b5 --- /dev/null +++ b/old/README.md @@ -0,0 +1,5 @@ +# Version 1.05.02 + +This script is being kept for historical purposes. Currently it will fail because of a bug I found in version 33.0.0 of Nextcloud. The bug will probably be fixed when version 33.0.1 comes out but I will have a version 2 of the script available soon in the root of this repo, and I will add it to the repo under Releases. I am adding a few more features for version 2 so stay tuned. + +If you want to be notified when version 2 is working and ready to use, send me a chat request on Reddit (u/thisiszeev) diff --git a/debian-installer.sh b/old/debian-installer.sh similarity index 100% rename from debian-installer.sh rename to old/debian-installer.sh