Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 909 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 909 Bytes

eatinstaller.sh

A community-maintained graphical Eat installer, just for you.

Running

This installer requires:

  • sudo
  • The dialog program (enter apt: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)"