Skip to content

Commit a25a72f

Browse files
committed
Update the install script removing outdated code
1 parent bf26275 commit a25a72f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

scripts/install.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,8 @@ DO "rm -f $TMPFILE"
170170

171171
DO "apt-get update -y"
172172

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
173+
echo "Installing software-properties-common"
174+
DO "apt-get install software-properties-common -y"
180175

181176
# try adding universe repo only on Ubuntu
182177
if echo "$DISTRO" | grep -qE "^(Ubuntu)$"; then

0 commit comments

Comments
 (0)