From fd8c13982dd46008de7258676f06cfca3d80b953 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 18 Oct 2018 16:05:55 +0200 Subject: :fire: Delete no longer needed user-check --- bin/install.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin') diff --git a/bin/install.sh b/bin/install.sh index 24526f2..4ba4e45 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -5,11 +5,6 @@ printf '%s\n' "Luxcena-neo Installer" tput sgr0 printf '\e[93m%s\e[0m\n\n' "---------------------" -if [ $USER != "pi" ]; then - printf "Install failed...\nOther user than 'pi' detected. If you want to use another user, you have to install manually." - exit 1 -fi - # Update system tput sc tput setaf 4 -- cgit v1.2.3