rebuild
来自「Pegasus is an open-source implementation」· 代码 · 共 22 行
TXT
22 行
#!/bin/bash# If its already built # - remove it first# - compile it.# - compile the repository from scratchmake cleanmakemake repository# Unregister the provider if its already there and then Re-register itmake unregistermake regprovider# Restart the cimserver (setting the authentication property to be true) for # reloading the modified repository.#cimserver -s; cimserver enableAuthentication=truecimserver -s; cimserver
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?