|
@@ -71,10 +71,7 @@ https://wiki.archlinux.org/title/Rime
|
|
|
class CopyCustomConfigJob < Job
|
|
class CopyCustomConfigJob < Job
|
|
|
def call
|
|
def call
|
|
|
puts intro
|
|
puts intro
|
|
|
- system("cp ./custom/*.yaml #{Store.config_path}/")
|
|
|
|
|
- sleep 1
|
|
|
|
|
- system("cp ./custom/custom_phrase.txt #{Store.config_path}/")
|
|
|
|
|
- sleep 1
|
|
|
|
|
|
|
+ system("cp -rf custom/. #{Store.config_path}/")
|
|
|
return :next
|
|
return :next
|
|
|
end
|
|
end
|
|
|
end
|
|
end
|