Skip to content

Commit 2ae2efa

Browse files
authored
chatbox: fix updateScript (#397039)
2 parents 0d755f7 + 38bb0e9 commit 2ae2efa

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)