summaryrefslogtreecommitdiff
path: root/move_debs_arm64
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2026-07-24 01:15:14 +0200
committerJohannes Ranke <johannes.ranke@jrwb.de>2026-07-24 01:15:14 +0200
commitbb78c3254435de2faaa448b72f7b047b49f67ade (patch)
treefdb59ba3531bc65a73937a7ef7d9bbe74f901cbe /move_debs_arm64
parent2f2e8f6bf95acabc0b8d34470c6322ead8ce14a9 (diff)
Updates to the README for trixie on my raspi 5HEADmaster
Diffstat (limited to 'move_debs_arm64')
-rwxr-xr-xmove_debs_arm649
1 files changed, 8 insertions, 1 deletions
diff --git a/move_debs_arm64 b/move_debs_arm64
index bc8129f..e8f3d30 100755
--- a/move_debs_arm64
+++ b/move_debs_arm64
@@ -14,5 +14,12 @@ DIST=$1
# Validate distribution argument
if [ $DIST != "bookworm" ] && [ $DIST != "trixie" ]; then usage; exit 1; fi
-scp arm64:/var/chroot/$DIST-arm64/root/r-backports/$DIST/*${DIST}cran*_arm64.{deb,build} /home/jranke/git/uni-bremen/website/www/ranke/r-cran/$DIST-cran46
+# This is the line used for the server at Hetzner
+#scp arm64:/var/chroot/$DIST-arm64/root/r-backports/$DIST/*${DIST}cran*_arm64.{deb,build} /home/jranke/git/uni-bremen/website/www/ranke/r-cran/$DIST-cran46
+
+# The following line was used for the first compile that was not done in a chroot, but in the installed trixie system
+#scp raspi5:/home/jranke/r-backports/$DIST/*${DIST}cran*_arm64.{deb,build} /home/jranke/git/uni-bremen/website/www/ranke/r-cran/$DIST-cran46
+
+# This line should suffice in the future, when I do both distributions in a chroot
+scp raspi5:/home/jranke/r-backports/$DIST/*${DIST}cran*_arm64.{deb,build} /home/jranke/git/uni-bremen/website/www/ranke/r-cran/$DIST-cran46
sudo chown jranke /home/jranke/git/uni-bremen/website/www/ranke/r-cran/$DIST-cran46

Contact - Imprint