Add missing function in script run-local
This commit is contained in:
parent
23a053e1ee
commit
be878a39c4
|
@ -85,6 +85,10 @@ run_lite () {
|
|||
fi
|
||||
}
|
||||
|
||||
github_raw_content () {
|
||||
echo "https://raw.githubusercontent.com/$1"
|
||||
}
|
||||
|
||||
fetch_plugins () {
|
||||
for name in "$@"; do
|
||||
local url="$(github_raw_content "$name")"
|
||||
|
|
Loading…
Reference in New Issue