File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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" >
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" > /boot/config/plugins/un-get/sources.list
153+ https://slackers.it /repository/slackware64-current/ conraid" > /boot/config/plugins/un-get/sources.list
151154fi
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
154161if [ ! -f /boot/config/plugins/un-get/installedpackages_list ]; then
155162 touch /boot/config/plugins/un-get/installedpackages_list
You can’t perform that action at this time.
0 commit comments