@@ -34,7 +34,7 @@ download_filelist() {
3434 else
3535 # Workaround from repositories which use 'FILELIST.TXT' instead of 'FILE_LIST' eg. Conraids repository
3636 if wget -q --show-progress --progress=dot:mega -O /tmp/un-get/filelist-${2} " ${1} /FILELIST.TXT" ; then
37- echo " Package list from repository $2 successfully downloaded!"
37+ echo " Package list from repository $2 successfully downloaded!"
3838 echo
3939 download_checksums " $1 " " $2 "
4040 else
@@ -485,7 +485,7 @@ usage_general() {
485485 echo " install - Downloads and installs packages"
486486 echo " upgrade - Upgrades packages installed by un-get"
487487 echo " Adding '--force' or '-f' will force an upgrade from all"
488- echo " packages, the packages will be install after a reboot."
488+ echo " packages, the packages will be installed after a reboot."
489489 echo " This comes in handy if the repository is switched."
490490 echo " Missing packages from the new repository will be removed"
491491 echo " immediately after confirming the force upgrade!"
@@ -494,7 +494,7 @@ usage_general() {
494494 echo " installed - Lists all packages installed by un-get"
495495 echo " cleanup - Will remove all packages/files in the '/boot/extra' directory"
496496 echo " which are currently not installed on your server, regardless"
497- echo " if they where installed through un-get or not"
497+ echo " if they were installed through un-get or not"
498498 echo " ATTENTION: This will delete files which are not packages too"
499499 echo
500500 echo " Example usages:"
@@ -536,8 +536,8 @@ usage_remove() {
536536
537537version () {
538538 echo " Written by Christoph Hummer for unRAID."
539- echo " Version: 0.24 "
540- echo " Date: 2023-07-19 "
539+ echo " Version: 0.25 "
540+ echo " Date: 2023-11-12 "
541541 echo " Dual-licensed under MIT or UNLICENSE."
542542 exit 0
543543}
@@ -562,7 +562,7 @@ changelog() {
562562 echo " - Added 'installed' option, to list installed packages by un-get"
563563 echo " - Added 'changelog' option"
564564 echo " - Changed search to show both installed and non installed packages which"
565- echo " are availabel in repositories"
565+ echo " are available in repositories"
566566 echo
567567 echo " ----------------------------------------"
568568 echo
@@ -571,7 +571,7 @@ changelog() {
571571 echo
572572 echo " - Added 'upgrade' function"
573573 echo " - Speed up search by a bit"
574- echo " - Clarified remove message when no packages where found"
574+ echo " - Clarified remove message when no packages were found"
575575 echo " - Fixed bug where packages won't be removed after calling 'remove' function"
576576 echo " - Fixed bug where error was displayed if installedpackages_list file where"
577577 echo " not in place"
@@ -631,7 +631,7 @@ changelog() {
631631 echo " Version: 0.10"
632632 echo " Date: 2022-08-25b"
633633 echo
634- echo " - fixed bug in search where some packages where marked as not"
634+ echo " - fixed bug in search where some packages were marked as not"
635635 echo " qualifying for installation"
636636 echo
637637 echo " ----------------------------------------"
@@ -739,13 +739,20 @@ changelog() {
739739 echo " Version: 0.24"
740740 echo " Date: 2023-07-19"
741741 echo
742- echo " - added '--force'/'-f' option to 'upgrade' to force a update from packages"
742+ echo " - added '--force'/'-f' option to 'upgrade' to force an update from packages"
743743 echo " The option 'un-get upgrade --force' will pull all existing packages again"
744744 echo " but don't install them in case you change from Slackware 15.0 to current"
745745 echo " or vice versa. The new packages will be installed on reboot."
746746 echo " ATTENTION: If packages are not found in the new repositories they will be"
747747 echo " uninstalled immediately after confirming the force upgrade."
748748 echo " - fixed bug in remove_package routine"
749+ echo
750+ echo " ----------------------------------------"
751+ echo " Version: 0.25"
752+ echo " Date: 2023-11-12"
753+ echo
754+ echo " - Corrections for spelling & grammatical errors in user-visible statements"
755+ echo " ----------------------------------------"
749756}
750757
751758if [ " $1 " == " -h" ] || [ " $1 " == " --help" ]; then
@@ -809,4 +816,4 @@ elif [ -z "$1" ]; then
809816else
810817 usage_general
811818 exit 1
812- fi
819+ fi
0 commit comments