Skip to content

Commit b1c4313

Browse files
committed
Change to software-properties-common for apt-add-repository.
1 parent 4d29811 commit b1c4313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ fi
283283
# Check if apt-add-repository is installed
284284
if [ ! -e '/usr/bin/apt-add-repository' ]; then
285285
echo "Install missing apt-add-repository..."
286-
apt-get -y install python-software-properties >> $LOG
287-
check_result $? "Can't install python-software-properties"
286+
apt-get -y install software-properties-common >> $LOG
287+
check_result $? "Can't install software-properties-common"
288288
fi
289289

290290
# Checking repository availability

0 commit comments

Comments
 (0)