bHELPER/install.sh

7 lines
296 B
Bash
Raw Normal View History

2021-03-29 20:45:38 +02:00
#!/usr/bin/env bash
2022-09-19 21:41:21 +02:00
# Version: 2022-09-16 00:35
2021-03-29 20:45:38 +02:00
2022-09-15 22:42:27 +02:00
[[ -d ${HOME}/.bHELPER/ ]] || mkdir ~/.bHELPER
2022-09-16 00:35:43 +02:00
wget https://git.disroot.org/dingens/bHELPER/raw/branch/master/bHELPER.sh -O ~/.bHELPER/bHELPER.sh
wget https://git.disroot.org/dingens/bHELPER/raw/branch/master/bHELPER.png -O ~/.bHELPER/bHELPER.png