Files
2021-12-03 09:36:49 +01:00

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