Skip to content

Commit fba4c9c

Browse files
Update setupPackages.sh
1 parent 8abf264 commit fba4c9c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

setupPackages.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ sudo apt update
1010
sudo apt -y upgrade
1111
sudo apt purge -y bcmwl-kernel-source
1212
sudo apt install -y firmware-b43-installer
13-
14-
GITHUBDESKTOP=GitHubDesktop-linux-amd64-3.3.3-linux2.deb
13+
GITHUBDESKTOPRELEASE=3.3.5-linux2
14+
#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
1516
if (! test -e $GITHUBDESKTOP) then
16-
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
1718
sudo dpkg -i $GITHUBDESKTOP
1819
else
1920
echo "$GITHUBDESKTOP installed "

0 commit comments

Comments
 (0)