mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +01:00
Make helper executable
This commit is contained in:
parent
38ebe63deb
commit
b623396341
1 changed files with 1 additions and 0 deletions
1
dzgui.sh
1
dzgui.sh
|
@ -1520,6 +1520,7 @@ lock(){
|
||||||
}
|
}
|
||||||
fetch_scmd_helper(){
|
fetch_scmd_helper(){
|
||||||
curl -Ls "$scmd_url" > "$helpers_path/scmd.sh"
|
curl -Ls "$scmd_url" > "$helpers_path/scmd.sh"
|
||||||
|
chmod +x "$helpers_path/scmd.sh"
|
||||||
}
|
}
|
||||||
initial_setup(){
|
initial_setup(){
|
||||||
echo "# Initial setup"
|
echo "# Initial setup"
|
||||||
|
|
Loading…
Reference in a new issue