tweaking rust installation
This commit is contained in:
parent
651c566ae9
commit
2892dc35cd
2 changed files with 6 additions and 5 deletions
|
@ -15,7 +15,7 @@
|
|||
sudo hostnamectl set-hostname $MY_HOSTNAME.local
|
||||
|
||||
# debian wsl
|
||||
echo "[network]\nhostname = $MY_HOSTNAME" | sudo tee -a /etc/wsl.conf
|
||||
echo -e "[network]\nhostname = $MY_HOSTNAME" | sudo tee -a /etc/wsl.conf
|
||||
|
||||
# macos
|
||||
sudo scutil --set HostName $MY_HOSTNAME.local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue