From 64eaafb156a80a08cfc1fd168baf0014f8f70d4e Mon Sep 17 00:00:00 2001 From: Phiippe Favre Date: Sun, 27 Jul 2025 03:58:37 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20README=20avec=20les?= =?UTF-8?q?=20commandes=20git=20clone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remplace les instructions wget par git clone --- .gitignore | 1 + install_gaming.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fe5f5d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/.claude \ No newline at end of file diff --git a/install_gaming.sh b/install_gaming.sh index 03a1992..7a19a1e 100755 --- a/install_gaming.sh +++ b/install_gaming.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Gaming Installer pour Debian +# Debian Gaming Deployment Tool # Copyright (C) 2025 Philippe Favre # # This program is free software: you can redistribute it and/or modify