]> gitweb.morketsmerke.org Git - immudex-lhe.git/commitdiff
Przesłanie immudex_branch, nic sie nie zmieniło
authorxf0r3m <jakubstasinski@protonmail.com>
Sat, 22 Jul 2023 10:25:30 +0000 (12:25 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Sat, 22 Jul 2023 10:25:30 +0000 (12:25 +0200)
tools/000/immudex_branch

index 551f0a456189319b77d085b80a821f9123d057e5..5d28721f1806f6d67b658198955d7390fd9ce3f7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 if grep -q 'trixie' /etc/os-release; then
-  echo -n '-testing'; 
+  echo -n '-testing';
 elif grep -q 'buster' /etc/os-release; then
   echo -n '-lhe';
 else