Commit 38bb0e95 authored by Celio Grand's avatar Celio Grand
Browse files

chatbox: fix updateScript

parent a8a99d38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ appimageTools.wrapType2 {

  passthru.updateScript = ''
    #!/usr/bin/env nix-shell
    #!nix-shell -i bash -p curl grep common-updater-scripts
    #!nix-shell -i bash -p curl gnugrep common-updater-scripts
    version=$(curl -I -X GET https://chatboxai.app/install_chatbox/linux | grep -oP 'Chatbox-\K[0-9]+\.[0-9]+\.[0-9]+')
    update-source-version chatbox $version
  '';