Phala-Network / solo-mining-scripts

Apache License 2.0
32 stars 26 forks source link

Docker installation failure on Ubuntu 18.04 #42

Open hauni97 opened 2 years ago

hauni97 commented 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.

Will aim to add this fix to: https://github.com/Phala-Network/solo-mining-scripts/tree/improvement-test