testing [skip ci]

This commit is contained in:
Shivam Mathur
2025-07-28 20:37:31 +05:30
parent 2282b6a082
commit 0177e3b275
42 changed files with 170 additions and 170 deletions

View File

@ -24,6 +24,6 @@ add_mago() {
sudo tar -xzf /tmp/mago.tar.gz -C /tmp/
sudo mv /tmp/mago-$mago_tag-$arch-$platform/mago /usr/local/bin/mago
sudo chmod +x /usr/local/bin/mago
) >/dev/null 2>&1
)
add_log "${tick:?}" "mago" "Added mago $mago_tag"
}