mirror of https://github.com/Nheko-Reborn/nheko
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
200 B
7 lines
200 B
8 years ago
|
#!/usr/bin/env bash
|
||
|
|
||
8 years ago
|
sudo add-apt-repository -y ppa:beineri/opt-qt58-trusty
|
||
8 years ago
|
sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
|
||
|
sudo apt-get update -qq
|
||
8 years ago
|
sudo apt-get install -qq -y qt58base cmake
|