Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 581 Bytes

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