forked from RP1/RaveOS-arch
added konsave for restore
This commit is contained in:
parent
ca37db40e4
commit
e2ff49be3d
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ if [[ $user_choice = *"Restore all of my data and settings"* ]]; then
|
||||||
sudo rsync -ap --info=progress2 $FOLDER/etc/libvirt /etc/
|
sudo rsync -ap --info=progress2 $FOLDER/etc/libvirt /etc/
|
||||||
sudo rsync -ap --info=progress2 --relative $FOLDER/usr/share/jellyfin/web/config.json /usr/share/jellyfin/web/
|
sudo rsync -ap --info=progress2 --relative $FOLDER/usr/share/jellyfin/web/config.json /usr/share/jellyfin/web/
|
||||||
dconf load / < $FOLDER/$USER-ui
|
dconf load / < $FOLDER/$USER-ui
|
||||||
|
konsave -a raveui-kde
|
||||||
|
|
||||||
echo -----------------------------------------------------
|
echo -----------------------------------------------------
|
||||||
sudo chown -R $USER:$GROUP /home/$USER/
|
sudo chown -R $USER:$GROUP /home/$USER/
|
||||||
|
|
Loading…
Reference in a new issue