sudo removed for packer
This commit is contained in:
parent
5ee433e0fc
commit
ab929c2089
@ -23,7 +23,7 @@ else
|
||||
blue Now installing $arg...
|
||||
if [[ -e /usr/bin/packer ]]
|
||||
then
|
||||
(sudo packer --noconfirm -S $arg && blue $arg now installed) || red Error installing $arg.
|
||||
(packer --noconfirm -S $arg && blue $arg now installed) || red Error installing $arg.
|
||||
else
|
||||
(aurinstall $arg && blue $arg now installed) || red Error installing $arg.
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user