You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
echo -e " \e[41m The following systemd service(s) have failed. Please fix them manually. \e[0m"
338
338
echo -e " \e[1m Display detailed information about a systemd service with: systemctl status <SYSTEMD SERVICE NAME> \e[0m"
@@ -1132,22 +1132,24 @@ function func_b
1132
1132
then
1133
1133
# the while-loop here is needed to read the content of every line of $pacui_cache_install variable and save that line to variable $line.
1134
1134
pacui_aur_install="$(
1135
-
while IFS=''read -r line || [[ -n"$line" ]]
1136
-
do
1137
-
## the problem here is that AUR packages are not named/numbered in a constant and easy sortable way. therefore, we search for all files and output their modification date in an easy searchable format (and then, the file name).
1138
-
## then, "grep" is used to get only package files. then, the list is sorted (by the modification date).
1139
-
## awk gets rid of the modification date. grep filters for the file name $line. sed only chooses the first/top line.
## the problem here is that AUR packages are not named/numbered in a constant and easy sortable way. therefore, we search for all files and output their modification date in an easy searchable format (and then, the file name).
1138
+
## then, "grep" is used to get only package files. then, the list is sorted (by the modification date).
1139
+
## awk gets rid of the modification date. grep filters for the file name $line. sed only chooses the first/top line.
0 commit comments