mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
6 lines
238 B
Bash
Executable file
6 lines
238 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
sudo add-apt-repository -y ppa:beineri/opt-qt592-trusty
|
|
sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
|
|
sudo apt-get update -qq
|
|
sudo apt-get install -qq -y qt59base qt59tools cmake liblmdb-dev qt59multimedia
|