diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index 6e90f6c..a082fe5 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -64,6 +64,7 @@ if [ ! -z "$1" ]; then # install packages echo -e "\nInstallan my packages\n" sudo bash -c "apt install $packages -y" + source $rcfile ## dotnet ### haveibeenpwned-downloader if [ ! $(which haveibeenpwned-downloader) ]; then