Add new file
This commit is contained in:
commit
17a7a765e2
1 changed files with 14 additions and 0 deletions
14
install.sh
Normal file
14
install.sh
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
bye() {
|
||||||
|
echo "$1"
|
||||||
|
cd /
|
||||||
|
rm -rf $orig_dir
|
||||||
|
exit
|
||||||
|
}
|
||||||
|
|
||||||
|
orig_dir=`pwd`
|
||||||
|
|
||||||
|
rm -f /etc/frontview/fan_setting_*
|
||||||
|
|
||||||
|
bye "Successfully set fan to recalibrate."
|
Loading…
Add table
Add a link
Reference in a new issue