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

Commit f3e75d9

Browse files
author
Fun117
committed
Added uninstall.sh
1 parent 31a3464 commit f3e75d9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

uninstall.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/bash
2+
3+
# スクリプトのディレクトリに移動
4+
cd "$(dirname "$0")"
5+
6+
# インストールディレクトリ
7+
INSTALL_DIR="/usr/local/bin"
8+
9+
# 実行可能ファイルをコピー
10+
echo "Uninstalling demo.sh to $INSTALL_DIR..."
11+
sudo rm bin/demo.sh $INSTALL_DIR/demo
12+
sudo chmod +x $INSTALL_DIR/demo
13+
echo "zshmgr-demo-package has been uninstalled."

0 commit comments

Comments
 (0)