Ubuntu – How to restart the shell inside the bash script and continue the execution of the script?
The initial problem: Install the nix package manager then install other programs (e. g. lua) using the nix by launching a bash script only once. The solution: I have written the following bash script install.sh: #!/bin/bash install_nix() ( echo "installing…