From 25d80ae135a04e1e38fdf43489c625c3c996b142 Mon Sep 17 00:00:00 2001 From: liberodark Date: Tue, 22 Oct 2019 13:42:25 +0200 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 956fedc..3cee1de 100644 --- a/scripts/install +++ b/scripts/install @@ -133,9 +133,9 @@ popd cp -a $final_path/build/target/release/. $final_path/live/. # Remove build files and rustup -#ynh_secure_remove --file="$final_path/build" -#ynh_secure_remove --file="$final_path/.cargo" -#ynh_secure_remove --file="$final_path/.rustup" +ynh_secure_remove --file="$final_path/build" +ynh_secure_remove --file="$final_path/.cargo" +ynh_secure_remove --file="$final_path/.rustup" #================================================= # SETUP SYSTEMD