Skip to content

Commit 58a118a

Browse files
committed
un-get.plg aktualisiert
1 parent e6226e2 commit 58a118a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

un-get.plg

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE PLUGIN [
33
<!ENTITY name "un-get">
44
<!ENTITY author "ich777">
5-
<!ENTITY version "2023.11.12">
5+
<!ENTITY version "2024.01.04">
66
<!ENTITY gitURL "https://github.com/&author;/&name;/releases/download">
77
<!ENTITY pluginURL "https://raw.githubusercontent.com/&author;/un-get/master/&name;.plg">
88
<!ENTITY md5 "1186bbfe25a85462394b08ae7f27811a">
@@ -14,6 +14,9 @@
1414

1515
<CHANGES>
1616

17+
###2024.01.04
18+
- Make sure that repository conraid points to new URL in sources.list
19+
1720
###2023.11.12
1821
- Corrections for spelling and grammatical errors in user-visible statements - thank you GitHub user kcpants
1922

@@ -147,9 +150,13 @@ if [ ! -f /boot/config/plugins/un-get/sources.list ]; then
147150
mkdir -p /boot/config/plugins/un-get
148151
fi
149152
echo "https://mirrors.slackware.com/slackware/slackware64-15.0/slackware64/ 15.0
150-
https://slack.conraid.net/repository/slackware64-current/ conraid" &gt; /boot/config/plugins/un-get/sources.list
153+
https://slackers.it/repository/slackware64-current/ conraid" &gt; /boot/config/plugins/un-get/sources.list
151154
fi
152155

156+
# Check conraid repo URL and change it if it still points to the old URL
157+
sed -i 's/https:\/\/slack\.conraid\.net\/repository\/slackware64-current\/ conraid/https:\/\/slackers\.it\/repository\/slackware64-current\/ conraid/' /boot/config/plugins/un-get/sources.list
158+
159+
153160
# Create packages file
154161
if [ ! -f /boot/config/plugins/un-get/installedpackages_list ]; then
155162
touch /boot/config/plugins/un-get/installedpackages_list

0 commit comments

Comments
 (0)