Don't build with sudo
This commit is contained in:
parent
d35d73b98f
commit
e1b144a7fb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ pushd ATLauncher
|
|||
pushd packaging/linux
|
||||
|
||||
chmod +x build.sh
|
||||
sudo ./build.sh
|
||||
./build.sh
|
||||
pushd out
|
||||
sudo dpkg -i ./atlauncher*.deb
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue