Update generate.sh

This commit is contained in:
Vadym Vikulin 2021-06-06 12:07:07 +03:00 committed by GitHub
parent 12fcffeb9c
commit 2056338c44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
# This is a lazy script to create a .deb for Debian/Ubuntu. It installs # This is a lazy script to create a .deb for Debian/Ubuntu. It installs
# yggdrasil and enables it in systemd. You can give it the PKGARCH= argument # yggdrasil and enables it in systemd. You can give it the PKGARCH= argument
# i.e. PKGARCH=i386 sh contrib/deb/generate.sh # i.e. PKGARCH=i386 sh contrib/deb/generate.sh
# all builds are generated in app.circleci.com.
if [ `pwd` != `git rev-parse --show-toplevel` ] if [ `pwd` != `git rev-parse --show-toplevel` ]
then then