1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-28 21:32:36 +01:00

Make helper executable

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

View file

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