diff options
Diffstat (limited to 'bin/install.sh')
-rwxr-xr-x | bin/install.sh | 5 |
1 files changed, 0 insertions, 5 deletions
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 |