mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Not run everything with root user
This commit is contained in:
parent
12db932d6e
commit
fcd7ae961b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user