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

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

[nongnu] elpa/zig-mode 9c200f4 032/104: Add -y flag to apt-get command i


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode 9c200f4 032/104: Add -y flag to apt-get command in AppVeyor install script
Date: Sun, 29 Aug 2021 11:36:57 -0400 (EDT)

branch: elpa/zig-mode
commit 9c200f4b9942237f2f19351c3adc6007b8f99fb2
Author: Matthew D. Steele <mdsteele@alum.mit.edu>
Commit: Matthew D. Steele <mdsteele@alum.mit.edu>

    Add -y flag to apt-get command in AppVeyor install script
---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 49998e3..91f7e42 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
 image: ubuntu
 install:
-- sudo apt-get install emacs24
+- sudo apt-get install -y emacs24
 build: off
 test_script:
 - ./run_tests.sh



reply via email to

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