From b0eee1e6cf7af2be8f34e77b4df492d494cf8d0e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 28 Feb 2021 15:56:17 +0300 Subject: cpt: update news script --- core/cpt/files/news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/cpt/files') diff --git a/core/cpt/files/news b/core/cpt/files/news index 853d0cae..4c0dabfd 100644 --- a/core/cpt/files/news +++ b/core/cpt/files/news @@ -1,4 +1,4 @@ #!/bin/sh -e # Read news and announcements from Carbs Linux -curl -sfL https://carbslinux.org/news.txt | ${PAGER:-less} +curl -sfL https://carbslinux.org/news/index.txt | ${PAGER:-less} -- cgit v1.2.3