From 4adac99da9c1813327320021b3fb60c0775dffed Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Tue, 30 Apr 2024 10:41:31 -0600 Subject: [PATCH] fix: Display an error if trying to install deb package and aren't root --- dist/debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/debian/postinst b/dist/debian/postinst index df504276..3062ade5 100755 --- a/dist/debian/postinst +++ b/dist/debian/postinst @@ -36,7 +36,7 @@ prompt() if test -w /etc/default/underpass; then echo "# Database configuration for ${config['title']}" >> /etc/default/underpass else - echo "ERROR: You don't have write permission to /etc/default/underpass" + echo "ERROR: You don't have write permission to /etc/default/underpass! use sudo" exit fi