6 lines
199 B
Bash
Executable File
6 lines
199 B
Bash
Executable File
if [ -f /bin/pacman ] # btw
|
|
then
|
|
sudo pacman -S python gcc make bc unzip wget sudo binutils nasm autoconf diffutils binutils bison gettext flex gperf
|
|
else
|
|
echo "not suported yet, use arch"
|
|
fi |