5 lines
191 B
Bash
Executable file
5 lines
191 B
Bash
Executable file
#!/bin/bash
|
|
kitten icat --align=center /usr/share/pixmaps/eveos-logo-small.png
|
|
sudo bootc upgrade --apply --soft-reboot=auto
|
|
read -p "Press Enter to continue..."
|
|
hyprctl dispatch workspace 1
|