Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blockmatic/basilic
/ checkWgetAvailable
Function
checkWgetAvailable
scripts/setup-database.mjs:115–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
function
checkWgetAvailable() {
116
try {
117
execSync(
'which wget'
, { stdio:
'ignore'
})
118
return
true
119
} catch {
120
return
false
121
}
122
}
123
124
function
checkCurlAvailable() {
125
try {
Callers
1
installSupabase
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected