1
0
forked from mir/linux-vm-tools

fix code style

This commit is contained in:
Luiz Paulo "Bills 2018-10-03 20:15:39 -03:00 committed by GitHub
parent a747f48d3f
commit 12fb39679f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,10 @@
#!/bin/bash
#
# This script is for Arch Linux to download and install XRDP+XORGXRDP
#
if [ $(id -u) -eq 0 ] ; then
if [ $(id -u) -eq 0 ]; then
echo 'This script must be run as a non-root user, as building packages as root is unsupported.' >&2
exit 1
fi