Fix helpers URL

This commit is contained in:
aclist 2022-10-07 16:32:26 +09:00
parent f4fea76de8
commit 38ebe63deb

View File

@ -1519,7 +1519,7 @@ lock(){
fi
}
fetch_scmd_helper(){
curl -Ls "$scmd_url" > "$helpers_path"
curl -Ls "$scmd_url" > "$helpers_path/scmd.sh"
}
initial_setup(){
echo "# Initial setup"