Skip to content

Commit 38bb0e9

Browse files
committed
chatbox: fix updateScript
1 parent a8a99d3 commit 38bb0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ch/chatbox/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ appimageTools.wrapType2 {
2727

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

0 commit comments

Comments
 (0)