From 861f1c2c4553663dd4b46fbaabe73d0df5ba8602 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Mon, 27 Jan 2020 04:35:21 -0600 Subject: update --- lxc/roll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lxc/roll') diff --git a/lxc/roll b/lxc/roll index 6c8b9ef..fa95cdd 100755 --- a/lxc/roll +++ b/lxc/roll @@ -23,8 +23,8 @@ lxc-attach -n $NAME -- bash -c 'echo -e "'$PASS'\n'$PASS'" | passwd '$USER # setup for yay lxc-attach -n $NAME -- mkdir /home/$USER/yay -lxc-attach -n $NAME -- chown $USER:$USER -R /home/$USER lxc-attach -n $NAME -- git clone https://aur.archlinux.org/yay-bin.git /home/$USER/yay +lxc-attach -n $NAME -- chown $USER:$USER -R /home/$USER lxc-attach -n $NAME -- bash -c 'cd /home/'$USER'/yay && sudo -u '$USER' makepkg -si --noconfirm' lxc-attach -n $NAME -- bash -c 'sudo -u '$USER' yay -Syu --noconfirm' @@ -35,4 +35,4 @@ lxc-attach -n $NAME -- bash -c 'echo "X11UseLocalhost yes" >> /etc/ssh/sshd_conf lxc-attach -n $NAME -- systemctl start sshd # display info -lxc-attach -n $NAME -- ip a +lxc-info -n $NAME -- cgit v1.2.3