mirror of
https://github.com/actions/runner-images.git
synced 2025-12-27 20:25:26 +08:00
3 lines
90 B
Bash
3 lines
90 B
Bash
echo "Changing shell to bash"
|
|
sudo chsh -s /bin/bash $USERNAME
|
|
sudo chsh -s /bin/bash root |