OOPS! Shouldn't have had || return there!

pull/236/head
Hugh 2021-03-17 16:55:17 -04:00
rodzic 633e30248c
commit ff56cf4677
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 47398A08D38CF50B
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -139,7 +139,7 @@ DIREWOLF() {
cd ${HOME} || return
git clone https://www.github.com/wb2osz/direwolf
cd ${HOME}/direwolf || return
(mkdir build && cd build) || return
mkdir build && cd build
sudo apt-get install -y libasound2-dev cmake
cmake ..
make -j 4