Votre Nom il y a 1 an
Parent
commit
93d6815b6d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      other_arch/alma.sh

+ 1 - 1
other_arch/alma.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 set -e
-Version=1.7
+Version=1.8
 
 #if (( $EUID != 0 )); then
 #   echo -e "$(tput setaf 11)This must be run as root. Try 'sudo $0'.$(tput sgr0)"