mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-07-07 20:55:01 +00:00
can't run as sudo
This commit is contained in:
parent
428d08f838
commit
85c98d4d0b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pacman -Q git &>/dev/null || sudo pacman -Sy --noconfirm --needed git
|
|||
|
||||
git clone https://aur.archlinux.org/yadm-git.git /tmp/yadm
|
||||
cd /tmp/yadm
|
||||
sudo makepkg -si --noconfirm
|
||||
makepkg -si --noconfirm
|
||||
cd "$HOME"
|
||||
rm -rf /tmp/yadm
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue