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