diff options
Diffstat (limited to 'scripts/release_ppa.sh')
-rwxr-xr-x | scripts/release_ppa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index 1cfbf716..36a8ef7f 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -54,7 +54,7 @@ keyid=70D110489D66E2F6 email=builds@ethereum.org packagename=solc -for distribution in trusty xenial artful bionic +for distribution in trusty xenial bionic cosmic do cd /tmp/ rm -rf $distribution |