Commit bde97180 authored by ChakshuGautam's avatar ChakshuGautam
Browse files

Fix: gh installation fix

Showing with 5 additions and 1 deletion
+5 -1
......@@ -2,8 +2,12 @@ tasks:
- name: Setup Development Env
openMode: tab-after
init: |
type -p curl >/dev/null || sudo apt install curl -y
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
sudo apt update
sudo apt install gh
sudo apt install gh -y
gp sync-done dev-setup
- name: Install ODK Central
openMode: tab-after
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment