@@ -0,0 +1,12 @@
if [ -f /bin/pacman ] # btw
then
sudo pacman -S python gcc make bc
else if [ -f /bin/apt ] #deb / ubuntu
sudo apt-get install python3 g++ make
else if [ -f /bin/dnf ] #fedora
sudo dnf install python3 gcc-c++ make bc
fi
The note is not visible to the blocked user.