aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2018-10-18 16:05:55 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2018-10-18 16:05:55 +0200
commitfd8c13982dd46008de7258676f06cfca3d80b953 (patch)
tree1aa438de4f1f66dd54a63d24a05f04254c6e6442 /bin
parentf36d99a3c960b7d6eaf95e23bea49dc02f1f3ae6 (diff)
downloadLuxcena-Neo-fd8c13982dd46008de7258676f06cfca3d80b953.tar.gz
Luxcena-Neo-fd8c13982dd46008de7258676f06cfca3d80b953.zip
:fire: Delete no longer needed user-check
Diffstat (limited to 'bin')
-rwxr-xr-xbin/install.sh5
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