mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-24 06:52:20 +08:00
188 B
188 B
#!/bin/bash
if [ whoami
-ne "root" ]; then
echo "Запустите этот скрипт от имени root! Выход."
exit 0
fi
urpmi bison gawk texinfo make gcc-c++