This commit is contained in:
Breizh 2020-10-21 02:05:43 +02:00
parent 40f9882c95
commit 993421c8af
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