fix cron setup
This commit is contained in:
parent
41a075218c
commit
60db4b940d
1 changed files with 1 additions and 6 deletions
|
@ -13,11 +13,6 @@ git clone https://git.amolinae.com/amolinae06/ass \
|
||||||
mkdir -p $HOME/.local/bin/ \
|
mkdir -p $HOME/.local/bin/ \
|
||||||
vim ass/latestalbum && vim ass/webhook \
|
vim ass/latestalbum && vim ass/webhook \
|
||||||
cd ass/ && chmod +x webhook latestalbum \
|
cd ass/ && chmod +x webhook latestalbum \
|
||||||
cp webhook latestalbum $HOME/.local/bin/ \
|
|
||||||
# Uncomment depending on your shell.
|
|
||||||
# sh, bash
|
|
||||||
# echo "PATH="$HOME/.local/bin:$PATH"" >> $HOME/.profile && source $HOME/.profile
|
|
||||||
# zsh
|
|
||||||
# echo "PATH="$HOME/.local/bin:$PATH"" >> $HOME/.zprofile && source $HOME/.zprofile
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Now set a cron job that runs webhook every X amount of time.
|
Now set a cron job that runs webhook every X amount of time.
|
Loading…
Add table
Reference in a new issue