mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Update pi package source
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
echo "Update Pi CLI wrapper package"
|
||||
|
||||
pi_bin="$HOME/.local/bin/pi"
|
||||
|
||||
if [[ -f $pi_bin ]] && grep -q '^package="@mariozechner/pi-coding-agent"$' "$pi_bin"; then
|
||||
sed -i 's|^package="@mariozechner/pi-coding-agent"$|package="@earendil-works/pi-coding-agent"|' "$pi_bin"
|
||||
fi
|
||||
Reference in New Issue
Block a user