aboutsummaryrefslogtreecommitdiff
path: root/core/cpt/files
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-28 15:56:17 +0300
committerCem Keylan <cem@ckyln.com>2021-02-28 15:56:17 +0300
commitb0eee1e6cf7af2be8f34e77b4df492d494cf8d0e (patch)
treeb0ffde865f1c7246ec684a3f45aafeabaf76dd61 /core/cpt/files
parenta5a85381bfe6da26692e1877f4309b77a22de545 (diff)
downloadrepository-b0eee1e6cf7af2be8f34e77b4df492d494cf8d0e.tar.gz
cpt: update news script
Diffstat (limited to 'core/cpt/files')
-rw-r--r--core/cpt/files/news2
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}