mirror of
https://github.com/goodtft/LCD-show.git
synced 2025-02-21 08:54:18 +01:00
update system restore bug
This commit is contained in:
parent
5117271023
commit
d06266304d
@ -79,6 +79,9 @@ if [ -f ./.system_backup/45-evdev.conf ]; then
|
||||
sudo cp -rf ./.system_backup/45-evdev.conf /usr/share/X11/xorg.conf.d
|
||||
fi
|
||||
|
||||
if [ -f ./.have_installed ]; then
|
||||
sudo rm -rf ./.have_installed
|
||||
fi
|
||||
if [ -f ./.system_backup/.have_installed ]; then
|
||||
sudo cp -rf ./.system_backup/.have_installed ./
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user