forked from mir/linux-vm-tools
fix code style
This commit is contained in:
parent
a747f48d3f
commit
12fb39679f
@ -1,9 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# This script is for Arch Linux to download and install XRDP+XORGXRDP
|
# 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
|
echo 'This script must be run as a non-root user, as building packages as root is unsupported.' >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user