Skip to content

Commit ba67822

Browse files
committed
un-get.plg aktualisiert
1 parent 42f0c16 commit ba67822

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

un-get.plg

Lines changed: 5 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 "2024.04.09">
5+
<!ENTITY version "2024.07.21">
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 "2d91786691cee13a53bf8c29bd906897">
@@ -14,6 +14,9 @@
1414

1515
<CHANGES>
1616

17+
###2024.07.21
18+
- Change default repo from 15.0 to current for new installations. This is necessary for 7.0.0-beta.1+. If you are on 7.0.0-beta.1+ change your sources list from 15.0 to current
19+
1720
###2024.04.09
1821
- Fixed bug where some packages won't install properly if multiple are found in repositories
1922
- Move changelog into separate file
@@ -155,7 +158,7 @@ if [ ! -f /boot/config/plugins/un-get/sources.list ]; then
155158
if [ ! -d /boot/config/plugins/un-get ]; then
156159
mkdir -p /boot/config/plugins/un-get
157160
fi
158-
echo "https://mirrors.slackware.com/slackware/slackware64-15.0/slackware64/ 15.0
161+
echo "https://mirrors.slackware.com/slackware/slackware64-current/slackware64/ current
159162
https://slackers.it/repository/slackware64-current/ conraid" &gt; /boot/config/plugins/un-get/sources.list
160163
fi
161164

0 commit comments

Comments
 (0)