You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/ba1x/env-setup.git
cd env-setup
Run command sudo ./setup.sh and choose option Raspberry Pi (Ubuntu Desktop) to initiate the setup, install the required applications, and end up the setup.
ubuntuand passwordubuntu.sudo hostnamectl set-hostname $NEW_HOSTNAMEsudo vi /etc/netplan/01-netcfg.yamlnetwork: ethernet: eth0: dhcp4: true optional: true version: 2 wifis: wlan0: access-points: $SSID_NAME: password: $SSID_PASSWORD dhcp4: true gateway4: $IP_GATEWAY # Example 192.168.1.1 nameservers: addresses: [208.67.222.222, 208.67.220.220] # OpenDNSgit clone https://github.com/ba1x/env-setup.git cd env-setupsudo ./setup.shand choose optionRaspberry Pi (Ubuntu Desktop)to initiate the setup, install the required applications, and end up the setup.