Open hauni97 opened 2 years ago
https://github.com/Phala-Network/solo-mining-scripts/blob/f722926bb76eb2b35d7791e840d88cc1d162cb31/scripts/en/install_phala.sh#L21-L22
This fails in execution, asadd-apt-repository is not installed on all Ubuntu 18.04 by default. Instead, it has to be installed with sudo apt install software-properties-common.
add-apt-repository
sudo apt install software-properties-common
Will aim to add this fix to: https://github.com/Phala-Network/solo-mining-scripts/tree/improvement-test
https://github.com/Phala-Network/solo-mining-scripts/blob/f722926bb76eb2b35d7791e840d88cc1d162cb31/scripts/en/install_phala.sh#L21-L22
This fails in execution, as
add-apt-repository
is not installed on all Ubuntu 18.04 by default. Instead, it has to be installed withsudo apt install software-properties-common
.Will aim to add this fix to: https://github.com/Phala-Network/solo-mining-scripts/tree/improvement-test