Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

github cli on rpi

1
GITHUB_CLI_VERSION=$(curl -s "https://api.github.com/repos/cli/cli/releases/latest" | grep -Po '"tag_name": "vK[0-9.]+')
Comment

github cli on rpi

1
2
cd ~
curl -Lo gh.deb "https://github.com/cli/cli/releases/latest/download/gh_${GITHUB_CLI_VERSION}_linux_armv6.deb"
Comment

github cli on rpi

1
sudo dpkg -i gh.deb
Comment

PREVIOUS NEXT
Code Example
Shell :: slapd debugging 
Shell :: which command 
Shell :: expo install safe area provider 
Shell :: ubuntu error dpkg: error processing archive libc6_2.27-3ubuntu1_amd64.deb (--install): new libc6:amd64 package pre-installation script subprocess returned error exit status 1 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 
Shell :: bash script to checker credentials 
Shell :: linux enable numlock on boot up 
Shell :: brew install shopify-cli Error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)! 
Shell :: command to ceck number of lines or words in a file 
Shell :: sanity coding with basir 
Shell :: powershell open excel file 
Shell :: connect as super user 
Shell :: smach viewer install 
Shell :: pycache delete bash code 
Shell :: github action evaluate dynamic secrets variable 
Shell :: antlr example java 
Shell :: matlab show figure 
Shell :: how to update github cil on windows 
Shell :: git annoted tags 
Shell :: autpep8 format 
Shell :: view files added to next commit after running git add 
Shell :: find directory inodes usage 
Shell :: copy one file to several directories 
Shell :: ring get environment variables 
Shell :: how to copy paste windows paths to wsl 
Shell :: vim replace word with copied 
Shell :: fish tab completion color 
Shell :: 14 http://packages.ros.org/ros/ubuntu bionic InRelease The following signatures were invalid: EXPKEYSIG F42ED6FBAB17C654 Open Robotics <info@osrfoundation.org Fetched 4,680 B in 3s (1,803 B/s) 
Shell :: How to grep for value in a key-value 
Shell :: git for nube 
Shell :: install sapper 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =