My shell scripts for configuring a new podman machine instance
Important
Make sure you change the password or set a password for the user before executing the first script!
sudo passwd $USER
- Make sure to do this in a bash shell
curl -sL 'https://github.com/FlawlessCasual17/podman_scripts/raw/main/podman_configuration_bash' | bash
- Make sure to do this in a fish shell
curl -sL 'https://github.com/FlawlessCasual17/podman_scripts/raw/main/podman_configuration_fish' | fish