mirror of
https://github.com/aclist/dztui.git
synced 2025-01-01 15:12:05 +01:00
Fix helpers URL
This commit is contained in:
parent
f4fea76de8
commit
38ebe63deb
1 changed files with 1 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -1519,7 +1519,7 @@ lock(){
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
fetch_scmd_helper(){
|
fetch_scmd_helper(){
|
||||||
curl -Ls "$scmd_url" > "$helpers_path"
|
curl -Ls "$scmd_url" > "$helpers_path/scmd.sh"
|
||||||
}
|
}
|
||||||
initial_setup(){
|
initial_setup(){
|
||||||
echo "# Initial setup"
|
echo "# Initial setup"
|
||||||
|
|
Loading…
Reference in a new issue