2 parents 774b290 + 60ce224 commit 6eb87b8Copy full SHA for 6eb87b8
3 files changed
README.md
@@ -34,7 +34,7 @@ Foltia ANIME LOCKER 用の拡張 UI
34
35
Foltia ANIME LOCKER に foltia ユーザーでログインした後、以下のコマンドを実行して下さい。
36
```bash
37
-$ curl -SsL 'https://raw.githubusercontent.com/piclane/FoltiaApi/develop/install.sh' | bash
+$ curl -SsL 'https://raw.githubusercontent.com/piclane/FoltiaUI/develop/install.sh' | bash
38
```
39
40
上記の方法が上手く行かない場合は以下を試してみて下さい。
install.sh
@@ -13,4 +13,4 @@ tar zxf fui.tar.gz
13
\rm -f fui.tar.gz
14
cd "foltia_ui-${VERSION}"
15
su -c "$(pwd)/install.sh" -
16
-popd
+popd >/dev/null
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "foltia_ui",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"license": "MIT",
5
"homepage": "/falp",
6
"dependencies": {
0 commit comments