diff options
Diffstat (limited to 'core/cpt/files/news')
-rw-r--r-- | core/cpt/files/news | 2 |
1 files changed, 1 insertions, 1 deletions
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} |