feat: add command to update start.sh

This commit is contained in:
Pallav Vasa 2025-05-23 09:40:23 +00:00
parent 5a2cab497c
commit 0e53249507

View File

@ -172,6 +172,7 @@ update)
chmod 600 "$HOME"/home.tar.gz
;;
gitconfig) update 0 gitconfig.template . 500 ;;
start.sh) update 0 start.sh . 500 ;;
*) log ERROR "update: invalid arg '${args[0]}'" ;;
esac
;;