1 2 3 4 5 6 7 8 9 10 11 12 13
#!/bin/sh case $(hostname) in *.mageia.org) sudo="sudo -u draklive sudo";; esac ./update_bootloader_files.sh ./update_pcmemtest_files.sh if [ $# -gt 0 ] ; then $sudo draklive2 $* else $sudo draklive2 --clean --all fi