X735-script: Difference between revisions
| Line 111: | Line 111: | ||
sudo cp -f ./xSoft.sh /usr/local/bin/ | sudo cp -f ./xSoft.sh /usr/local/bin/ | ||
2. Then run the following command to create a alias 'x735off' command | 2. Then run the following command to create a alias 'x735off' command | ||
for X735 V3.0 V2.5 V2.1 V2.0 | |||
echo 'alias x735off="sudo /usr/local/bin/xSoft.sh '''0''' 20"' >> ~/.bashrc | echo 'alias x735off="sudo /usr/local/bin/xSoft.sh '''0''' 20"' >> ~/.bashrc | ||
for X735 1.0 | |||
echo 'alias x735off="sudo /usr/local/bin/xSoft.sh '''0''' 18"' >> ~/.bashrc | |||
3. Run the following command to make the alias '''x735off''' effective | 3. Run the following command to make the alias '''x735off''' effective | ||
source ~/.bashrc | source ~/.bashrc | ||