Skip to content
This repository was archived by the owner on Oct 29, 2018. It is now read-only.

Commit f5d094d

Browse files
authored
Clear instructions on Ubuntu to force webkit upgrade
1 parent 4e29841 commit f5d094d

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,13 @@ ScudCloud improves the Slack integration with Linux desktops featuring:
1818

1919
## Ubuntu/Kubuntu and Mint
2020

21-
Please, first update your system with:
22-
23-
```term
24-
sudo apt-get update && sudo apt-get upgrade
25-
```
26-
27-
If not, ScudCloud will crash with some old components or will not be installed.
28-
29-
Then, to install it under **Ubuntu/Kubuntu** (16.04, 15.10, 14.04), **Mint** and **Debian**, open a Terminal (Ctrl+Alt+T) and run:
21+
Open a Terminal (Ctrl+Alt+T) and run:
3022

3123
```term
3224
sudo apt-add-repository -y ppa:rael-gc/scudcloud
25+
sudo apt update && sudo apt dist-upgrade
3326
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
34-
sudo apt-get update
35-
sudo apt-get install scudcloud
27+
sudo aptt install scudcloud
3628
```
3729

3830
If you want **spell checking**, add the `hunspell` dictionary for your language and make sure dependencies are installed. For `en-us`:

0 commit comments

Comments
 (0)