5 lines
213 B
Text
5 lines
213 B
Text
![]() |
#! /bin/bash
|
||
|
# ssh -X -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001 guix install emacs-next &&
|
||
|
ssh -X -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001 /home/admin/.guix-profile/bin/icecat &&
|
||
|
exit
|