Skip to content
Snippets Groups Projects
Commit e1b8e4b8 authored by minute's avatar minute
Browse files

add /usr/games to PATH

parent bba1bd67
No related branches found
No related tags found
No related merge requests found
# Set the default brightness (maximum 7)
brightnessctl s 5
export PATH=$PATH:/usr/games
# Execute the Reform setup script on login
if [ ! -f /root/.reform-setup-completed ]; then
/root/setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment