Compare commits

..

No commits in common. "21e61796ff9f39d934121f91e43661e63420d8fc" and "478dc04787f9427238f4560c709b5515ff3bf584" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Oscar Krause <oscar.krause@collinwebdesigns.de>
pkgname=fastapi-dls
pkgver=1.0.0
pkgver=1.0
pkgrel=1
pkgdesc='NVIDIA DLS server implementation with FastAPI'
arch=('any')

View File

@ -24,7 +24,6 @@ build:apt:
- mkdir build
# copy install instructions
- cp -r .DEBIAN build/DEBIAN
- chmod -R 0775 build/DEBIAN
# copy app into "/usr/share/fastapi-dls" as "/usr/share/fastapi-dls/app" & copy README.md and version.env
- mkdir -p build/usr/share/fastapi-dls
- cp -r app build/usr/share/fastapi-dls