Skip to content

Commit f7f36e7

Browse files
author
hastmu
committed
merge branch
1 parent 8526bc0 commit f7f36e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install.deb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
# defaults
4-
echo "- BRANCH [${BRANCH:=@branch@}]"
3+
# defaults
4+
echo "- BRANCH [${BRANCH:=main}]"
55
NAME="apt-proxy-detect"
66
VERSION="1.0.0"
77
HEADHASH="$(date +%s)"

install.deb.sh.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# defaults
3+
# defaults
44
echo "- BRANCH [${BRANCH:=@branch@}]"
55
NAME="apt-proxy-detect"
66
VERSION="1.0.0"

0 commit comments

Comments
 (0)