Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 07fdd6b

Browse files
author
Fun117
committed
Update
1 parent a1e83d2 commit 07fdd6b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<svg height="152" viewBox="0 0 512 512" fill="none"><polygon fill="currentColor" points="352.188,0 131.781,290.125 224.172,290.125 148.313,512 380.219,223.438 284.328,223.438"></polygon></svg>
2+
<img src="https://zshmgr.vercel.app/favicon/favicon.ico"/>
33
<h1>Zshmgr</h1>
44
</div>
55

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22

3-
# スクリプトのディレクトリに移動
3+
# Move to the directory of the script
44
cd "$(dirname "$0")"
55

6-
# インストールディレクトリ
6+
# Installation directory
77
INSTALL_DIR="/usr/local/bin"
88

9-
# 実行可能ファイルをコピー
9+
# Copy executable file
1010
echo "Installing demo.sh to $INSTALL_DIR..."
1111
sudo cp bin/demo.sh $INSTALL_DIR/demo
1212
sudo chmod +x $INSTALL_DIR/demo

uninstall.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22

3-
# スクリプトのディレクトリに移動
3+
# Move to the directory of the script
44
cd "$(dirname "$0")"
55

6-
# インストールディレクトリ
6+
# Installation directory
77
INSTALL_DIR="/usr/local/bin"
88

9-
# 実行可能ファイルをコピー
9+
# Copy executable file
1010
echo "Uninstalling demo.sh to $INSTALL_DIR..."
1111
sudo rm bin/demo.sh $INSTALL_DIR/demo
1212
sudo chmod +x $INSTALL_DIR/demo

0 commit comments

Comments
 (0)