mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-27 06:26:15 +00:00
Add curl command line for IPv6-only machines
This commit is contained in:
@@ -34,6 +34,9 @@ Download the script with curl:
|
|||||||
|
|
||||||
curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh
|
curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh
|
||||||
|
|
||||||
|
# for IPv6-only machines
|
||||||
|
curl -fLO --resolve 'raw.githubusercontent.com:443:2a04:4e42::133' https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh
|
||||||
|
|
||||||
or wget:
|
or wget:
|
||||||
|
|
||||||
wget -O debi.sh https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh
|
wget -O debi.sh https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user