From a013cc5fdc358b0f48648e75e4452f0be3e48585 Mon Sep 17 00:00:00 2001 From: DanielDevBR Date: Thu, 14 Jan 2021 14:22:36 -0300 Subject: [PATCH] update to v1.54.0 --- deployscript/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployscript/deploy.sh b/deployscript/deploy.sh index ed6be5d..3733911 100755 --- a/deployscript/deploy.sh +++ b/deployscript/deploy.sh @@ -1,5 +1,5 @@ #!/bin/bash -P_URL="https://github.com/atom/atom/releases/download/v1.53.0/atom-amd64.tar.gz" +P_URL="https://github.com/atom/atom/releases/download/v1.54.0/atom-amd64.tar.gz" P_NAME=$(echo $P_URL | cut -d/ -f5) P_VERSION=$(echo $P_URL | cut -d/ -f8) P_VERSION_NUM="${P_VERSION:1}"