Log In
morevna
/
builder
Clone
Source Code
GIT
Source
Issues
2
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
64ee37ec96c48e78397e43875a638f45fb279a1e
64ee37ec96c48e78397e43875a638f45fb279a1e
docker-builder-data
build
script
include
inc-pkdownload-default.sh
Fork and Edit
Blob
Blame
Raw
# PK_URL # PK_ARCHIVE pkdownload() { if ! wget -c "$PK_URL" -O "$PK_ARCHIVE"; then return 1 fi }