Added scripts to deploy script
This commit is contained in:
parent
86287cd702
commit
4da125e9ae
@ -57,6 +57,10 @@ for option in "$@"; do
|
|||||||
read -r profile
|
read -r profile
|
||||||
link "$PWD/librewolf/user.js" "$profile/user.js"
|
link "$PWD/librewolf/user.js" "$profile/user.js"
|
||||||
;;
|
;;
|
||||||
|
scripts)
|
||||||
|
[ ! -d "$HOME/.local/bin" ] && mkdir -p "$HOME/.local/bin"
|
||||||
|
cp scripts/* "$HOME/.local/bin"
|
||||||
|
;;
|
||||||
help)
|
help)
|
||||||
help
|
help
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user