Update main.sh

This commit is contained in:
ferrreo 2023-06-24 16:55:31 +01:00 committed by GitHub
parent be850a667f
commit a9bf181656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
mkdir -p ./src-pkg-name
cp -rvf ./debian ./src-pkg-name/
cd ./src-pkg-name/
git clone --recurse-submodules https://github.com/apognu/tuigreet
cd tuigreet
cp -rvf ../debian ./
# Get build deps
apt-get build-dep ./ -y