Initial Commit

This commit is contained in:
2025-05-09 19:27:06 +03:00
commit 39e440bbb1
4 changed files with 54 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Package name
PKGNAME="os-prober"
# Get version number from debian sources api
VERSION=$(curl -s -L https://sources.debian.org/api/src/os-prober/ | jq -r '.versions[0].version')
echo "$VERSION"