WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=fbd104d2acd506bd4fd78a6e53912508993f9033
commit fbd104d2acd506bd4fd78a6e53912508993f9033 Author: Jean Guyomarc'h <[email protected]> Date: Tue Nov 1 13:24:40 2016 -0700 Wiki page debian-start changed with summary [Nuke more aptitude, don't forget to update before installing.] by Jean Guyomarc'h --- pages/distros/debian-start.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/distros/debian-start.txt b/pages/distros/debian-start.txt index ec2de84..5e8a415 100644 --- a/pages/distros/debian-start.txt +++ b/pages/distros/debian-start.txt @@ -18,6 +18,7 @@ cd enlight Make sure all the dependencies are installed: <code bash> +sudo apt update sudo apt install \ make gcc bison flex gawk subversion automake autoconf doxygen\ check autotools-dev autoconf-archive autopoint libtool gettext \ @@ -110,7 +111,7 @@ Then, execute the script to compile and install enlightenment. == Run == A minimum run-time environment requires : <code bash> -aptitude install dbus-x11 xinit xorg +apt install dbus-x11 xinit xorg </code> and creating ./xinitrc : <code> --
