Update
Update following original kymsu
This commit is contained in:
14
install.sh
Executable file
14
install.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
KYMSU_PATH=`pwd`
|
||||
|
||||
# Make Kymsu accessible in PATH
|
||||
ln -fs "${KYMSU_PATH}"/kymsu2.sh /usr/local/bin/kymsu2
|
||||
|
||||
# Store Kymsu stuff in home directory
|
||||
mkdir -p ~/.kymsu && echo "${KYMSU_PATH}" > ~/.kymsu/path
|
||||
cp -R "${KYMSU_PATH}/plugins.d" ~/.kymsu
|
||||
|
||||
echo "KYMSU2 has been installed. Run kymsu2 command!"
|
||||
echo "It's a fork from https://github.com/welcoMattic/kymsu"
|
||||
echo "All credits to welcoMattic"
|
||||
Reference in New Issue
Block a user