to just copy a bash command from a website and run it (sometimes with sudo! O.o ) to install software.
how is that different from the good old days of
wget ftp://ftp.something.org/software-2.10.tar.gz
tar zxfv
./configure
make
sudo make install
?