A community-maintained graphical Eat installer, just for you.
This installer requires:
sudo
- The
dialog
program (enterapt:dialog
in the browser address bar) - cURL
To install dialog
on Debian, Ubuntu, etc.:
sudo add-apt-repository -y universe
sudo apt update
sudo apt install dialog
WARNING: 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 curl
To run EatInstaller, run:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/EatInstall/EatInstaller/main/eatinstaller.sh)"