From 794901d9c9d14ae9fbe17fec86a282aae6ddee84 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 28 May 2019 01:55:32 +0200 Subject: [PATCH] hint for builder --- distributions/build-debian-package.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/distributions/build-debian-package.sh b/distributions/build-debian-package.sh index 9f389744..e33fe49e 100755 --- a/distributions/build-debian-package.sh +++ b/distributions/build-debian-package.sh @@ -1,8 +1,10 @@ #!/bin/bash +red="\e[91m" +default="\e[39m" echo Today \(2019-05-27\) it is maybe best to build the deb it on Ubuntu 16.04 echo Since there are no versions specified of the libraries it will takte current echo so it would also run on Ubuntu 17,18,19 or Debian 9/10 -echo press a [KEY] to continue or [CTRL]-C to abort +echo -e ${red}press a [KEY] to continue or [CTRL]-C to abort${default} read -n 1 sudo apt-get install devscripts build-essential lintian dh-make