We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abf264 commit fba4c9cCopy full SHA for fba4c9c
1 file changed
setupPackages.sh
@@ -10,10 +10,11 @@ sudo apt update
10
sudo apt -y upgrade
11
sudo apt purge -y bcmwl-kernel-source
12
sudo apt install -y firmware-b43-installer
13
-
14
-GITHUBDESKTOP=GitHubDesktop-linux-amd64-3.3.3-linux2.deb
+GITHUBDESKTOPRELEASE=3.3.5-linux2
+#https://github.com/shiftkey/desktop/releases/download/release-3.3.5-linux2/GitHubDesktop-linux-amd64-3.3.5-linux2.deb
15
+GITHUBDESKTOP=GitHubDesktop-linux-amd64-$GITHUBDESKTOPRELEASE.deb
16
if (! test -e $GITHUBDESKTOP) then
- wget https://github.com/shiftkey/desktop/releases/download/release-3.3.3-linux2/$GITHUBDESKTOP
17
+ wget https://github.com/shiftkey/desktop/releases/download/release-$GITHUBDESKTOPRELEASE/$GITHUBDESKTOP
18
sudo dpkg -i $GITHUBDESKTOP
19
else
20
echo "$GITHUBDESKTOP installed "
0 commit comments