Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-13 23:56:24 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-13 23:56:24 +0000
commit01be8cb53307ebfd3c3673d70651d8ac05c374d8 (patch)
tree904cb27f2408cabdb0821e8209c34b210937068c
parentda008c6284b36255aaca3caa4b368d7b1c44de0d (diff)
Adding runas to the yay command
-rw-r--r--deployments/workstation_aur.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployments/workstation_aur.json b/deployments/workstation_aur.json
index f64a794f..d3c26672 100644
--- a/deployments/workstation_aur.json
+++ b/deployments/workstation_aur.json
@@ -23,7 +23,7 @@
"pacman -Syy --noconfirm {_webbrowser} {_utils} {_mediaplayer} {_window_manager} {_window_manager_dependencies} {_window_manager_utilities} {_virtulization} {_filebrowser} {_editor}" : {"pass-args" : true}
},
"Install aur packages" : {
- "yay -Syy --noconfirm {_code_editor}" : {"pass-args" : true}
+ "yay -Syy --noconfirm {_code_editor}" : {"pass-args" : true, "runas" : "aibuilder"}
},
"Setup virtulization" : {
"sh -c \"Description=\\\"Bridge for virtual machines\\\"\nInterface=br0\nConnection=bridge\nBindsToInterfaces=(eno1)\nIP=no\nExecUpPost=\\\"ip link set dev br0 address $(cat /sys/class/net/eno1/address); IP=dhcp; ip_set\\\"\nExecDownPre=\\\"IP=dhcp\\\"\n\n## Ignore (R)STP and immediately activate the bridge\nSkipForwardingDelay=yes\"" : null