We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d29811 commit b1c4313Copy full SHA for b1c4313
install/hst-install-ubuntu.sh
@@ -283,8 +283,8 @@ fi
283
# Check if apt-add-repository is installed
284
if [ ! -e '/usr/bin/apt-add-repository' ]; then
285
echo "Install missing apt-add-repository..."
286
- apt-get -y install python-software-properties >> $LOG
287
- check_result $? "Can't install python-software-properties"
+ apt-get -y install software-properties-common >> $LOG
+ check_result $? "Can't install software-properties-common"
288
fi
289
290
# Checking repository availability
0 commit comments