emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eev 614bf1cb24 1/2: Small changes in (find-windows-begi


From: ELPA Syncer
Subject: [elpa] externals/eev 614bf1cb24 1/2: Small changes in (find-windows-beginner-intro).
Date: Wed, 10 Jul 2024 21:58:07 -0400 (EDT)

branch: externals/eev
commit 614bf1cb2418b706d768cc6fd4cf5ddc35095fcf
Author: Eduardo Ochs <eduardoochs@gmail.com>
Commit: Eduardo Ochs <eduardoochs@gmail.com>

    Small changes in (find-windows-beginner-intro).
---
 ChangeLog    |  5 +++++
 VERSION      |  4 ++--
 eev-intro.el | 13 ++++++++++---
 3 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cd435d53ab..1119fa4a6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-07-10  Eduardo Ochs  <eduardoochs@gmail.com>
+
+       * eev-intro.el (find-windows-beginner-intro): added a "sudo
+       apt-get update" and a "sudo apt-get upgrade -y".
+
 2024-07-08  Eduardo Ochs  <eduardoochs@gmail.com>
 
        * eev-intro.el (find-lean4-intro): rewritten completely.
diff --git a/VERSION b/VERSION
index 9e5b26ccc3..4f742f9374 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Mon Jul  8 04:08:04 GMT 2024
-Mon Jul  8 01:08:04 -03 2024
+Thu Jul 11 00:39:04 GMT 2024
+Wed Jul 10 21:39:04 -03 2024
diff --git a/eev-intro.el b/eev-intro.el
index 3fcc64eb32..4b0cbbb8d7 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -19,7 +19,7 @@
 ;;
 ;; Author:     Eduardo Ochs <eduardoochs@gmail.com>
 ;; Maintainer: Eduardo Ochs <eduardoochs@gmail.com>
-;; Version:    20240708
+;; Version:    20240710
 ;; Keywords:   e-scripts
 ;;
 ;; Latest version: <http://anggtwu.net/eev-current/eev-intro.el>
@@ -15015,16 +15015,23 @@ lowercase letters, like \"edrx\", \"caiop\" or 
\"gabriel\".
 After setting the user and password you will get a Unix prompt. Then you
 need to run this
 
+  sudo apt-get update
+  sudo apt-get upgrade -y
   sudo apt-get install -y emacs
 
 to install Emacs; what you will see, including the prompts and messages,
 will be something like this:
 
-  edrx@Acer-PC: $ sudo apt-get install -y emacs
+  edrx@Acer-PC: $ sudo apt-get update
   [Password for edrx]:
-  (...about 100 lines...)
+  (...)
+  edrx@Acer-PC: $ sudo apt-get upgrade -y
+  (...)
+  edrx@Acer-PC: $ sudo apt-get install -y emacs
+  (...)
   edrx@Acer-PC: $
 
+Note that sometimes sudo asks for a password, and sometimes it doesn't.
 Then run \"emacs &\" to start Emacs - i.e.:
 
   edrx@Acer-PC: $ emacs &



reply via email to

[Prev in Thread] Current Thread [Next in Thread]