diff --git a/DebianCLI/debian_specific_packages.sh b/DebianCLI/debian_specific_packages.sh index 433f8d522..b410b727e 100755 --- a/DebianCLI/debian_specific_packages.sh +++ b/DebianCLI/debian_specific_packages.sh @@ -36,4 +36,4 @@ hx --health # for ubuntu and debian (don't forget to make writing /etc/wsl.conf idempotent) # TODO - uncomment broken packages and add specific versions (so that they compile ok) cargo install du-dust # onefetch procs - temporary broken (won't compile) -popd \ No newline at end of file +popd diff --git a/UbuntuCLI/interactive_part.sh b/UbuntuCLI/interactive_part.sh index 29f659ed1..07042c538 100755 --- a/UbuntuCLI/interactive_part.sh +++ b/UbuntuCLI/interactive_part.sh @@ -28,4 +28,4 @@ if [ "${NONINTERACTIVE}" == 'true' ]; then echo 'Skipping interactive commands as --noninteractive parameter was provided' else interactive_part -fi \ No newline at end of file +fi