Skip to content

Commit 6eb87b8

Browse files
authored
Merge pull request #3 from piclane/develop
v1.0.1 2nd
2 parents 774b290 + 60ce224 commit 6eb87b8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Foltia ANIME LOCKER 用の拡張 UI
3434

3535
Foltia ANIME LOCKER に foltia ユーザーでログインした後、以下のコマンドを実行して下さい。
3636
```bash
37-
$ curl -SsL 'https://raw.githubusercontent.com/piclane/FoltiaApi/develop/install.sh' | bash
37+
$ curl -SsL 'https://raw.githubusercontent.com/piclane/FoltiaUI/develop/install.sh' | bash
3838
```
3939

4040
上記の方法が上手く行かない場合は以下を試してみて下さい。

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ tar zxf fui.tar.gz
1313
\rm -f fui.tar.gz
1414
cd "foltia_ui-${VERSION}"
1515
su -c "$(pwd)/install.sh" -
16-
popd
16+
popd >/dev/null

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foltia_ui",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"homepage": "/falp",
66
"dependencies": {

0 commit comments

Comments
 (0)