From 5b841e3f15dc05b393a34d0694dff68c08b55e16 Mon Sep 17 00:00:00 2001 From: Tiago Almeida Date: Sun, 24 Nov 2019 22:22:18 +0000 Subject: [PATCH] Update to newer nano --- .travis.yml | 7 ++++--- install.sh | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a25a80..6fe5316 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,9 @@ branches: - themify before_install: - - sudo apt-get update - - sudo apt-get install -y shellcheck nano - + # Add unstable repos for the last version of nano + - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse" + - sudo apt-get update -qq -y + - sudo apt-get install -qq -y shellcheck nano script: ./tests.sh diff --git a/install.sh b/install.sh index 8a2eec7..d3e763b 100755 --- a/install.sh +++ b/install.sh @@ -225,7 +225,7 @@ f_install(){ # big change: update all nanorc # big change: install "only" the themed nanorc files and .nanorc -# next: update/re-create the nanorc +# next: more shellcheck and get file and write it # ============================ #