mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-02-20 19:14:20 +00:00
examples: emacs: Remove --dry-run from install.sh.
This is a follow-up to commit c83606a8c7.
* modules/rosenthal/examples/emacs/install.sh: Remove --dry-run.
This commit is contained in:
parent
7e6e089e45
commit
9c89821d25
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
dir="$(dirname "$(realpath "$0")")"
|
||||
[[ ! -e ~/.config/emacs/init.el ]] && cp --recursive "$dir/." ~/.config/emacs
|
||||
guix package --install --manifest="$dir/manifest.scm" --dry-run
|
||||
guix package --install --manifest="$dir/manifest.scm"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user