diff --git a/scripts/install_qubes/scripts/1-TemplateVM/1.0-haveno-templatevm.sh b/scripts/install_qubes/scripts/1-TemplateVM/1.0-haveno-templatevm.sh index be6d0d907f..e61722e044 100644 --- a/scripts/install_qubes/scripts/1-TemplateVM/1.0-haveno-templatevm.sh +++ b/scripts/install_qubes/scripts/1-TemplateVM/1.0-haveno-templatevm.sh @@ -109,12 +109,6 @@ function remote { echo_blue "Installing Haveno ..." apt install -y ./"${package_filename}" || { echo_red "Failed to install Haveno."; exit 1; } - - ## Adjust permissions: - echo_blue "Adjust permissions ..." - chown -R $(ls /home):$(ls /home) /opt/haveno - - ## Finalize echo_blue "Haveno TemplateVM installation and configuration complete." printf "%s \n" "Press [ENTER] to complete ..."