Skip to content

Commit 8526bc0

Browse files
author
hastmu
committed
merge back
1 parent 17f8ab8 commit 8526bc0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- [Debugging](#debugging)
1313
<hr>
1414

15-
# apt-proxy-detect
15+
# apt-proxy-detect
1616
Auto detection of apt proxies in the LAN, caching and checking status of it.
1717

1818
In one sentence, set or let it find your proxies from work, school or from at home,
@@ -102,14 +102,14 @@ Reading state information... Done
102102

103103
So the quickest way is:
104104
```
105-
curl -s https://raw.githubusercontent.com/hastmu/apt-proxy-detect/refs/heads/@branch@/install.deb.sh | sudo bash
105+
curl -s https://raw.githubusercontent.com/hastmu/apt-proxy-detect/refs/heads/main/install.deb.sh | sudo bash
106106
```
107107

108108
looks like
109109

110110
```
111-
dev@dev~#> curl -s https://raw.githubusercontent.com/hastmu/apt-proxy-detect/refs/heads/@branch@/install.deb.sh | sudo bash
112-
- BRANCH [@branch@]
111+
dev@dev~#> curl -s https://raw.githubusercontent.com/hastmu/apt-proxy-detect/refs/heads/main/install.deb.sh | sudo bash
112+
- BRANCH [main]
113113
- downloading ... ok.
114114
dpkg-deb: building package 'apt-proxy-detect' in 'apt-proxy-detect_1.0.0_1705676551.deb'.
115115
Reading package lists... Done
@@ -138,7 +138,7 @@ dev@dev~#>
138138

139139
if you like to specify a branch do it like:
140140
```
141-
curl -s https://raw.githubusercontent.com/hastmu/apt-proxy-detect/refs/heads/@branch@/install.deb.sh | sudo BRANCH=@branch@ bash
141+
curl -s https://raw.githubusercontent.com/hastmu/apt-proxy-detect/refs/heads/main/install.deb.sh | sudo BRANCH=main bash
142142
```
143143

144144
# How does it work?

README.md.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- [Debugging](#debugging)
1313
<hr>
1414

15-
# apt-proxy-detect
15+
# apt-proxy-detect
1616
Auto detection of apt proxies in the LAN, caching and checking status of it.
1717

1818
In one sentence, set or let it find your proxies from work, school or from at home,

0 commit comments

Comments
 (0)