/podman_scripts

Custom unix shell scripts for a configurating a new podman machine

Primary LanguageShellGNU General Public License v3.0GPL-3.0

podman scripts

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

Do the following in order

  1. Make sure to do this in a bash shell
curl -sL 'https://github.com/FlawlessCasual17/podman_scripts/raw/main/podman_configuration_bash' | bash
  1. Make sure to do this in a fish shell
curl -sL 'https://github.com/FlawlessCasual17/podman_scripts/raw/main/podman_configuration_fish' | fish