From 8e5f5604672c2c9b9320ee28e76a65429d00661b Mon Sep 17 00:00:00 2001 From: Bohung Date: Tue, 15 Feb 2022 12:59:49 +0800 Subject: [PATCH] Fix Cannot add PPA bug.(Sometimes happen in ubuntu 14.04.) --- install_orbit_environment.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_orbit_environment.sh b/install_orbit_environment.sh index c39251a..75c39c4 100644 --- a/install_orbit_environment.sh +++ b/install_orbit_environment.sh @@ -91,6 +91,7 @@ fi ## install rvm if [ -z $(which rvm) ]; then sudo apt-get install software-properties-common -y + sudo apt-get install --reinstall ca-certificates -y sudo apt-add-repository -y ppa:rael-gc/rvm sudo apt-get update sudo apt-get install rvm -y