/ wip
This commit is contained in:
@@ -194,6 +194,7 @@ if [ ${operation} == "install" ] ; then
|
||||
param_check "${parameter}" "no package name given"
|
||||
|
||||
if [[ "$parameter" =~ ^aur:* ]]; then
|
||||
parameter=${parameter:4}
|
||||
echo "Install AUR package '${parameter}'"
|
||||
sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${parameter}'
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user