Currently working on new Archlinux.me site
Work is in progress, please be patient :)
#!/bin/bash echo "This is a code tag test # Check if requirements are installed. clear if [[ -z $( type -p sqlite3 ) ]]; then echo -e "REQUIRED: sqlite3 -- NOT INSTALLED !";exit ;fi
Created with
#!/bin/bash echo "This is a code tag test # Check if requirements are installed. clear if [[ -z $( type -p sqlite3 ) ]]; then echo -e "REQUIRED: sqlite3 -- NOT INSTALLED !";exit ;fi
