Skip to content
Snippets Groups Projects
Commit 458a7559 authored by Frede H's avatar Frede H :speech_balloon:
Browse files

working on testing api return

parent ca5583b5
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
sudo pacman-mirrors --api --get-branch
BRANCH=$( (pacman-mirrors --api --get-branch >&1) 2>&1 )
echo "branch is '${BRANCH}'"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment