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 bf26275 commit a25a72fCopy full SHA for a25a72f
scripts/install.sh
@@ -170,13 +170,8 @@ DO "rm -f $TMPFILE"
170
171
DO "apt-get update -y"
172
173
-if echo "$DISTRO_CODENAME" | grep -qE "^(wheezy)$"; then
174
- echo "Installing python-software-properties"
175
- DO "apt-get install python-software-properties -y"
176
-else
177
- echo "Installing software-properties-common"
178
- DO "apt-get install software-properties-common -y"
179
-fi
+echo "Installing software-properties-common"
+DO "apt-get install software-properties-common -y"
180
181
# try adding universe repo only on Ubuntu
182
if echo "$DISTRO" | grep -qE "^(Ubuntu)$"; then
0 commit comments