我们开发的remarkable插件管理程序,专注于字体管理和设备优化。
版本: v1.0.0 | 功能: 字体管理、设备优化、插件安装
当前网站除本页面外,大部分内容比较老旧,目前正在逐步更新,大部分为整理和搜集
当然首先你要进入开发者模式
之后执行指令: 跟大家解释一下含义,下面是两段指令,分别下载字体到两个目录,一个官方默认推荐的用户目录,一个是系统目录,目前升级以后,系统目录的内容会被清理掉。还有个问题是如果上了密码,目前用户目录的字体会失效,所以下面就有了两套目录的下载过程。
如果你是mac可以复制粘贴这个,注意下面的A5Xfl8TwbK要改成你从视频教程里面看到的位置你自己对应的密码,不是视频里面的哦
curl -L -o /tmp/NotoSansSC-Regular.ttf "https://remarkable.oss-cn-hangzhou.aliyuncs.com/pcclient/otherfile/NotoSansSC-Regular.ttf" && \
cat << 'EOF' > /tmp/rm_install.exp
set timeout -1
set pass "A5Xfl8TwbK\r"
spawn ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@10.11.99.1 "mount -o remount,rw / && mkdir -p /home/root/.local/share/fonts /usr/share/fonts/ttf/noto"
expect "*assword*" { send $pass }
expect eof
spawn scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null /tmp/NotoSansSC-Regular.ttf root@10.11.99.1:/home/root/.local/share/fonts/NotoSansSC-Regular.ttf
expect "*assword*" { send $pass }
expect eof
spawn ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@10.11.99.1 "cp /home/root/.local/share/fonts/NotoSansSC-Regular.ttf /usr/share/fonts/ttf/noto/ && chmod 644 /home/root/.local/share/fonts/NotoSansSC-Regular.ttf /usr/share/fonts/ttf/noto/NotoSansSC-Regular.ttf && fc-cache -f && mount -o remount,ro / && systemctl restart xochitl && echo ====INSTALL_DONE===="
expect "*assword*" { send $pass }
expect eof
EOF
expect /tmp/rm_install.exp
如果你是windows暂时先委屈一下,还没研究windows一键操作的
mount -o remount,rw / && mkdir -p /home/root/.local/share/fonts /usr/share/fonts/ttf/noto && wget https://remarkable.oss-cn-hangzhou.aliyuncs.com/pcclient/otherfile/NotoSansSC-Regular.ttf -O /home/root/.local/share/fonts/NotoSansSC-Regular.ttf && cp /home/root/.local/share/fonts/NotoSansSC-Regular.ttf /usr/share/fonts/ttf/noto/ && fc-cache -f && echo INSTALL_DONE
如果系统无法更新或无法使用云服务,请先校准系统时间:
请点击系统设置里面的help,右侧面板区域设置时间,一般设置为你当地时间就行
详细操作请关注B站:友张纸
本站由热心商家维护,与reMarkable公司无直接关联。信息仅供参考,使用风险自负。