Skip to content

Commit 61d57ca

Browse files
committed
Tagged 0.1
1 parent b1a17be commit 61d57ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
repo="msrgit/PiScreenClient"
55

66
#Get the latest version
7-
readonly PISCREEN_VERSION=
7+
readonly PISCREEN_VERSION=$(curl -s "https://api.github.com/repos/$repo/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")' )
88

99
# Define terminal colours
1010
readonly ANSI_RED="\033[0;31m"

0 commit comments

Comments
 (0)