Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-14 00:12:04 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-14 00:12:04 +0000
commitb13d9c964bc487b71a4f7c3a63b0510210373c9d (patch)
tree904cb27f2408cabdb0821e8209c34b210937068c /deployments
parent2abef082a7d037a0e0f6414ca75a9030c43c3e42 (diff)
parent977c554124576c4c2782d1784a45af1ee0d7d56e (diff)
Merge branch 'master' of github.com:Torxed/archinstall into experimental
Diffstat (limited to 'deployments')
-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