From afcbffe78dfbdb5ebce7a37ca5696f3db4ab6d47 Mon Sep 17 00:00:00 2001 From: Bohung Date: Tue, 15 Feb 2022 13:04:19 +0800 Subject: [PATCH] Fix dpkg error occur when installing rvm.(test 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 75c39c4..5eeb0f6 100644 --- a/install_orbit_environment.sh +++ b/install_orbit_environment.sh @@ -92,6 +92,7 @@ fi if [ -z $(which rvm) ]; then sudo apt-get install software-properties-common -y sudo apt-get install --reinstall ca-certificates -y + sudo apt-get install dpkg -y sudo apt-add-repository -y ppa:rael-gc/rvm sudo apt-get update sudo apt-get install rvm -y