Small changes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user