Created
November 7, 2022 02:50
-
-
Save caocuong2404/6445af040c3d3db04d2555dc96a431fd to your computer and use it in GitHub Desktop.
Some commands help you set up the server when the first time logged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update | |
sudo apt upgrade | |
sudo sh -c "$(curl -fsSL https://starship.rs/install.sh)" -y -f | |
echo 'eval "$(starship init bash)"' >> ~/.bashrc | |
bash | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment