Skip to content

Commit 07c9822

Browse files
Zachinquarantinecameel
authored andcommitted
Remove old, unsupported Ubuntu versions and adds new ones.
https://releases.ubuntu.com/
1 parent a67b3bd commit 07c9822

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

scripts/install_deps.sh

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -267,32 +267,11 @@ case $(uname -s) in
267267
echo "Installing solidity dependencies on Ubuntu Trusty Tahr (14.04)."
268268
echo "Or, you may also be running Linux Mint Qiana / Rebecca / Rafaela / Rosa (base: Ubuntu Trusty Tahr (14.04).)"
269269
;;
270-
utopic)
271-
echo "Installing solidity dependencies on Ubuntu Utopic Unicorn (14.10)."
272-
;;
273-
vivid)
274-
echo "Installing solidity dependencies on Ubuntu Vivid Vervet (15.04)."
275-
;;
276-
wily)
277-
echo "Installing solidity dependencies on Ubuntu Wily Werewolf (15.10)."
278-
;;
279270
xenial|sarah|serena|sonya|sylvia)
280271
echo "Installing solidity dependencies on Ubuntu Xenial Xerus (16.04)."
281272
echo "Or, you may also be running Linux Mint Sarah / Serena / Sonya / Sylvia (base: Ubuntu Xenial Xerus (16.04).)"
282273
install_z3="libz3-dev"
283274
;;
284-
yakkety)
285-
echo "Installing solidity dependencies on Ubuntu Yakkety Yak (16.10)."
286-
install_z3="libz3-dev"
287-
;;
288-
zesty)
289-
echo "Installing solidity dependencies on Ubuntu Zesty (17.04)."
290-
install_z3="libz3-dev"
291-
;;
292-
artful)
293-
echo "Installing solidity dependencies on Ubuntu Artful (17.10)."
294-
install_z3="libz3-dev"
295-
;;
296275
bionic)
297276
echo "Installing solidity dependencies."
298277
install_z3="libz3-dev"
@@ -301,6 +280,10 @@ case $(uname -s) in
301280
echo "Installing solidity dependencies."
302281
install_z3="libz3-dev"
303282
;;
283+
hirsute)
284+
echo "Installing solidity dependencies."
285+
install_z3="libz3-dev"
286+
;;
304287
betsy)
305288
#do not try anything for betsy.
306289
echo "Linux Mint Betsy is not supported at the moment as it runs off of Debian."
@@ -315,7 +298,7 @@ case $(uname -s) in
315298
echo "ERROR - Unknown or unsupported Ubuntu version ($(lsb_release -cs))"
316299
echo "ERROR - This might not work, but we are trying anyway."
317300
echo "Please drop us a message at https://gitter.im/ethereum/solidity-dev."
318-
echo "We only support Trusty, Utopic, Vivid, Wily, Xenial, Yakkety, Zesty, Artful and Bionic."
301+
echo "We only support Trusty, Xenial, Bionic, Focal, and Hirsute."
319302
install_z3="libz3-dev"
320303
;;
321304
esac

0 commit comments

Comments
 (0)