Add new file
This commit is contained in:
commit
17a7a765e2
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…
x
Reference in New Issue
Block a user