diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-10-18 16:05:55 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-10-18 16:05:55 +0200 |
commit | fd8c13982dd46008de7258676f06cfca3d80b953 (patch) | |
tree | 1aa438de4f1f66dd54a63d24a05f04254c6e6442 /bin/install.sh | |
parent | f36d99a3c960b7d6eaf95e23bea49dc02f1f3ae6 (diff) | |
download | Luxcena-Neo-fd8c13982dd46008de7258676f06cfca3d80b953.tar.gz Luxcena-Neo-fd8c13982dd46008de7258676f06cfca3d80b953.zip |
:fire: Delete no longer needed user-check
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 |