Initial Commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user