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