Don't build with sudo

This commit is contained in:
zontreck 2024-03-14 20:34:25 -07:00
parent d35d73b98f
commit e1b144a7fb

View file

@ -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