Skip to content

This is the driver script for x730 compatible with x735 and Ubuntu 20.04

License

Notifications You must be signed in to change notification settings

tomreeb/x735-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

x735-script

This is a fork of the safe shutdown script for x730 from Geekworm. This has been modified to be compatible with x735 on Ubuntu 20.04. The main difference is this script uses systemd in favor of rc.local.

Installation

One-liner:

wget https://raw.githubusercontent.com/tomreeb/x735-script/master/x735.sh | xargs sudo bash

Even though it's easy, you should not run that command above. Instead, download the script and review it before executing it:

wget https://raw.githubusercontent.com/tomreeb/x735-script/master/x735.sh
sudo chmod +x x735.sh
sudo ./x735.sh

When the install is finished, reload your bash session.

Safe Shutdown from CLI

$ sudo shutdown
x735 Shutting down...

About

This is the driver script for x730 compatible with x735 and Ubuntu 20.04

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%