A community-maintained graphical Eat installer, just for you.
This installer requires:
sudo- The
dialogprogram (enterapt:dialogin the browser address bar) - cURL
To install dialog on Debian, Ubuntu, etc.:
sudo add-apt-repository -y universe
sudo apt update
sudo apt install dialogWARNING: You may need to remove the first line on Debian, as Debian does not have
universe, restricted, and multiverse. multiverse/restricted is instead called
non-free (meaning not DFSG-compliant), and universe is called main (meaning
DFSG-compilant).
To install cURL on Debian, Ubuntu, etc., run
sudo apt update
sudo apt install curlTo run EatInstaller, run:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/EatInstall/EatInstaller/main/eatinstaller.sh)"