From bd56a9402c6660c6958e457a5b585cef36d82240 Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Mon, 1 Jul 2024 16:32:08 +0200 Subject: [PATCH] rename script file --- README.md | 2 +- inst-raps.sh => inst-rasp.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename inst-raps.sh => inst-rasp.sh (100%) diff --git a/README.md b/README.md index a347e5a..bbc2694 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ansible-galaxy install -f -r roles/requirements.yml cd install-rapsberry -cd ;rm -rf install-rapsberry/;git clone https://gitweb.dyndns.org/raspberry/install-rapsberry.git;cd install-rapsberry;git checkout dev;./inst-raps.sh \ No newline at end of file +cd ;rm -rf install-rapsberry/;git clone https://gitweb.dyndns.org/raspberry/install-rapsberry.git;cd install-rapsberry;git checkout dev;./inst-rasp.sh \ No newline at end of file diff --git a/inst-raps.sh b/inst-rasp.sh similarity index 100% rename from inst-raps.sh rename to inst-rasp.sh