Small changes

This commit is contained in:
Marc
2021-12-03 09:36:49 +01:00
parent 0c039501db
commit ba94e1aba0
19 changed files with 259 additions and 27 deletions
+3 -9
View File
@@ -1,12 +1,6 @@
if [ -f /bin/pacman ] # btw
then
sudo pacman -S python gcc make bc unzip wget sudo binutils nasm autoconf diffutils binutils bison gettext flex
else if [ -f /bin/apt ] #deb / ubuntu
then
sudo apt-get install python3 g++ make bc unzip wget sudo
else if [ -f /bin/dnf ] #fedora
then
sudo dnf install python3 gcc-c++ make bc unzip wget sudo
fi
fi
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