Skip to content

Commit

Permalink
Update core/tabs/applications-setup/Developer-tools/githubdesktop-set…
Browse files Browse the repository at this point in the history
…up.sh

Co-authored-by: Adam Perkowski <[email protected]>
  • Loading branch information
ChrisTitusTech and adamperkowski authored Sep 22, 2024
1 parent 789b48b commit 826fcb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ installGithubDesktop() {
"$ESCALATION_TOOL" rpm --import https://rpm.packages.shiftkey.dev/gpg.key
printf "%b\n" '[shiftkey-packages]\nname=GitHub Desktop\nbaseurl=https://rpm.packages.shiftkey.dev/rpm/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://rpm.packages.shiftkey.dev/gpg.key\n' | "$ESCALATION_TOOL" tee /etc/zypp/repos.d/shiftkey-packages.repo > /dev/null
"$ESCALATION_TOOL" "$PACKAGER" refresh
"$ESCALATION_TOOL" "$PACKAGER" install -y github-desktop
"$ESCALATION_TOOL" "$PACKAGER" --non-interactive install github-desktop
;;
pacman)
"$AUR_HELPER" -S --needed --noconfirm github-desktop-bin
Expand Down

0 comments on commit 826fcb7

Please sign in to comment.