debiancheck.sh (183B)
1 #!/bin/bash 2 # Basic if statement 3 version="$(lsb_release -c -s)" 4 echo $version 5 if [ "$version" = "buster" ] 6 then 7 echo "Debian Buster found" 8 else 9 echo "Debian Stretch found" 10 fi
tarinaretakegit clone https://git.tarina.org/tarinaretake | |
Log | Files | Refs | README | LICENSE |