more work on build

This commit is contained in:
Joel Klimont 2022-10-06 18:16:49 +02:00
parent aa39f44f71
commit c224411279
3 changed files with 45 additions and 6 deletions

8
build.sh Normal file
View file

@ -0,0 +1,8 @@
#!/usr/bin/bash
mkdir output
cd client_s2
./build_deb.sh
echo "Ran build deb, created: $DEB"
mv $DEB ../output