From ab8864f5ff2ebda5a5af363be3b733229ad18fa5 Mon Sep 17 00:00:00 2001 From: jedi Date: Mon, 28 Mar 2022 01:35:48 +0200 Subject: [PATCH] use new data mount --- entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry.sh b/entry.sh index 604f96c..37f8847 100755 --- a/entry.sh +++ b/entry.sh @@ -7,7 +7,7 @@ function user_install(){ dbus-launch dconf write /org/mate/desktop/interface/icon-theme "'Adwaita'" dbus-launch dconf write /org/mate/desktop/peripherals/mouse/cursor-theme "'Adwaita'" - rsync -a /data/secrets/SSH/ .ssh/ + rsync -a /root/unbox_data/secrets/SSH/ .ssh/ git clone ssh://git@git.neulandlabor.de:2222/j3d1/laptop_tools.git Tools