This commit is contained in:
Breizh 2020-10-21 02:05:43 +02:00
parent 1081e61563
commit b52a0c9014
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
if [[ "$#" -eq 0 ]]
then
exec /usr/bin/pikaur -Syua
exec /usr/bin/pikaur -Syu
else
exec /usr/bin/pikaur "$@"
fi