From 09743f0556e85690963595718a152b646483ac29 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 24 Aug 2020 10:56:38 -0300 Subject: Add cgit simple root-readme and root-desc --- nixos-switch.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos-switch.sh') diff --git a/nixos-switch.sh b/nixos-switch.sh index a7ca73f..90f54cc 100755 --- a/nixos-switch.sh +++ b/nixos-switch.sh @@ -11,6 +11,7 @@ echo "${USER_PASSWORD}" | ssh "$TLD" sudo -S -i nixos-rebuild switch --upgrade ssh "${TLD}" rm -rf "${DATA_ROOT}/favicons/" rsync -avzP favicons/ "${TLD}:${DATA_ROOT}/favicons/" +scp cgit-about.html "${TLD}:${GIT_ROOT}/about.html" scp bash-profile.sh "${TLD}:.bash_profile" # shellcheck disable=2050 -- cgit v1.2.3