From 479bd712eb5e344e61ce9d1dce40f8ae45daf5b9 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Wed, 1 Oct 2025 19:04:31 +0200 Subject: [PATCH] Update rwMarkable --- install/rwmarkable-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/rwmarkable-install.sh b/install/rwmarkable-install.sh index b5cb2abd..afba7101 100644 --- a/install/rwmarkable-install.sh +++ b/install/rwmarkable-install.sh @@ -60,7 +60,7 @@ motd_ssh customize msg_info "Cleaning up" -$STD apt-get -y autoremove -$STD apt-get -y autoclean -$STD apt clean -y +$STD apt -y autoremove +$STD apt -y autoclean +$STD apt -y clean msg_ok "Cleaned"