telegram & cura

This commit is contained in:
Alex Berry 2020-04-03 12:25:35 +01:00
parent a0e74cdd5e
commit 73d9409562

View File

@ -10,3 +10,15 @@ sudo dnf install \
sudo dnf install \
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
```
## Fix Wifi
Depends on [RPM Fusion](#Install-RPM-Fusion)
```
sudo dnf install broadcom-wl
```
## Install Telegram, cura
```
sudo dnf install telegram-desktop cura
```