$ curl -O https://download.clearlinux.org/image/$(curl https://download.clearlinux.org/image/latest-images | grep "installer")$ sha512sum -c ./clear-[version number]-[image type].[compression type]-SHA512SUMSeither$ unxz clear-[version number]-[image type].xzor$ gunzip clear-[version number]-[image type].gz$ sudo umount /dev/sddx$ sudo dd if=clear-[version number]-[image type] of=/dev/sdd bs=4M status=progressOn the first boot, Clear Linux OS requests a user login.
# swupd bundle-add sysadmin-basic# useradd <userid># passwd <userid># usermod -G wheel -a <userid># exitBy default systemd-networkd.service is running. If you want to connect via wifi, follow instructions below:
$ sudo swupd update$ sudo swupd bundle-add hardware-wifi$ sudo systemctl enable NetworkManager$ sudo systemctl start NetworkManager$ nmcli device wifi list$ sudo nmcli device wifi connect <SSID|BSSID> password <password>You now have access to the internet, but for the local network computers to see you, restart the computer.
$ nmcli d$ nmcli c$ sudo nmcli device disconnect wlp3s0$ sudo nmcli c mod wlp3s0 autoconnect no$ sudo nmcli device connect enp0s25$ sudo nmcli c mod enp0s25 autoconnect yes$ sudo nmcli c up enp0s25$ sudo nmcli device disconnect enp0s25$ sudo nmcli device connect wlp3s0The user should create configuration files as needed and avoid modifying distribution provided defaults. The filesystem folders and all content under /etc/ and /var/ may be modified as needed, but the content under /usr/, /lib/, /lib64/, /bin/, /sbin/ SHOULD NEVER BE MODIFIED, and will be overwritten by swupd(1) as needed.
$ sudo xwupd bundle-add x11-server$ sudo swupd bundle-add xfce4-desktop$ sudo swupd bundle-add desktop-apps$ startx