Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit a013cc5

Browse files
author
DanielDevBR
committed
update to v1.54.0
1 parent 02e139f commit a013cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployscript/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
P_URL="https://github.com/atom/atom/releases/download/v1.53.0/atom-amd64.tar.gz"
2+
P_URL="https://github.com/atom/atom/releases/download/v1.54.0/atom-amd64.tar.gz"
33
P_NAME=$(echo $P_URL | cut -d/ -f5)
44
P_VERSION=$(echo $P_URL | cut -d/ -f8)
55
P_VERSION_NUM="${P_VERSION:1}"

0 commit comments

Comments
 (0)