File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ Issues:
33
33
What do you get?
34
34
- [X] branch v1.0.0 (released)
35
35
- [X] Proxy detection via
36
- - avahi
37
- - set defaults
36
+ - [X] avahi
37
+ - [X] set defaults
38
38
- [X] caching of URL specific working proxy (or none if none works)
39
39
- [X] caching over reboot if possible
40
40
- [X] allow mixture of allowed and non allowed urls (no need for direct declaration)
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ Issues:
33
33
What do you get?
34
34
- [X] branch v1.0.0 (released)
35
35
- [X] Proxy detection via
36
- - avahi
37
- - set defaults
36
+ - [X] avahi
37
+ - [X] set defaults
38
38
- [X] caching of URL specific working proxy (or none if none works)
39
39
- [X] caching over reboot if possible
40
40
- [X] allow mixture of allowed and non allowed urls (no need for direct declaration)
@@ -145,14 +145,14 @@ All packages are up to date.
145
145
146
146
So the quickest way is:
147
147
```
148
- curl -s https://raw.githubusercontent.com/hastmu/apt-proxy-detect/refs/heads/@branch@ /install.deb.sh | sudo BRANCH=@branch@ bash
148
+ curl -s https://raw.githubusercontent.com/hastmu/apt-proxy-detect/refs/heads/main /install.deb.sh | sudo BRANCH=main bash
149
149
```
150
150
151
151
looks like
152
152
153
153
```
154
- dev@dev~#> curl -s https://raw.githubusercontent.com/hastmu/apt-proxy-detect/refs/heads/@branch@ /install.deb.sh | sudo BRANCH=@branch@ bash
155
- - BRANCH [@branch@ ]
154
+ dev@dev~#> curl -s https://raw.githubusercontent.com/hastmu/apt-proxy-detect/refs/heads/main /install.deb.sh | sudo BRANCH=main bash
155
+ - BRANCH [main ]
156
156
- downloading ... ok.
157
157
dpkg-deb: building package 'apt-proxy-detect' in 'apt-proxy-detect_1.0.0_1730626377.deb'.
158
158
Reading package lists... Done
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
echo " - deploying..."
4
+ # shellcheck disable=SC1091
4
5
source .include.common.sh
5
6
6
7
(
7
- cd " $( dirname " $0 " ) "
8
+ cd " $( dirname " $0 " ) " || exit
8
9
pwd
9
10
# git branch -r -v
10
11
GIT_CLONE_URL=$( git ls-remote --get-url origin)
You can’t perform that action at this time.
0 commit comments