FIX command arg order
This commit is contained in:
parent
c68ec80e1c
commit
68ff90ba65
|
@ -44,7 +44,7 @@ clone_maybe https://github.com/ndwarshuis/.emacs.d.git "$emacs_dir"
|
||||||
# only be used once. Pass the emacs config directory so it can get a list of
|
# only be used once. Pass the emacs config directory so it can get a list of
|
||||||
# dependencies for emacs
|
# dependencies for emacs
|
||||||
|
|
||||||
sudo "$(whoami)" "$HOME/.bin/bootstrap_pkgs" "$HOME/.local/share/packages" "$emacs_dir"
|
sudo "$HOME/.bin/bootstrap_pkgs" "$(whoami)" "$HOME/.local/share/packages" "$emacs_dir"
|
||||||
|
|
||||||
# Install Haskell dependencies for emacs. This is only necessary because some
|
# Install Haskell dependencies for emacs. This is only necessary because some
|
||||||
# Haskell programs are not packaged as "bin" or "stack" packages, in which case
|
# Haskell programs are not packaged as "bin" or "stack" packages, in which case
|
||||||
|
|
Loading…
Reference in New Issue