mirror of
https://git.suyu.dev/suyu/Arch_PKGBUILD.git
synced 2025-12-21 21:36:22 +01:00
Use dev branch
This commit is contained in:
parent
5214e44963
commit
ef19f62012
3 changed files with 32 additions and 12 deletions
11
suyu-dev-git.install
Normal file
11
suyu-dev-git.install
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
pre_install() {
|
||||
cat << EOF
|
||||
|
||||
==> WARNING: suyu uses a completly different directory to store their data.
|
||||
You will need to copy all the files from the ./local/share/yuzu directory to ./local/share/suyu
|
||||
|
||||
You can do it using this command: mkdir -p ~/.local/share/suyu && cp -ra ~/.local/share/yuzu/* ~/.local/share/suyu/*
|
||||
|
||||
EOF
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue