Not run everything with root user

This commit is contained in:
Christoph Atteneder 2019-01-07 10:56:51 +01:00
parent 12db932d6e
commit fcd7ae961b
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B

View File

@ -15,7 +15,7 @@ cd $base_dir
set -e
echo Installing required packages
apt install -y fakeroot
sudo apt install -y fakeroot
if [ ! -f "$base_dir/desktop/package/desktop-$version-all.jar" ]; then
echo Building application