10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
APP=standardnotes-web
|
||
|
VERSION=10.9.0
|
||
|
GIT_VERSION=$VERSION
|
||
|
DEB_VERSION=$VERSION-1
|
||
|
DEBIAN_VERSION_CODENAME=bullseye
|
||
|
|
||
|
source ./lib/function.sh
|