File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
2020set +o allexport
21- version=1.3.0-beta
21+ version=1.3.0
2222
2323typeset -A fopus_config
2424fopus_config=(
@@ -37,14 +37,14 @@ DATE=$(date +%Y-%m-%d)
3737CONFIG_PATH_DIR=" $HOME /.config/fopus"
3838
3939# master
40- # EXEC_NAME="fopus"
41- # REMOTE_URL="https://raw.githubusercontent.com/guimspace/fopus/master/src/fopus.sh"
42- # CONFIG_PATH_FILE="$CONFIG_PATH_DIR/fopus.conf"
40+ EXEC_NAME=" fopus"
41+ REMOTE_URL=" https://raw.githubusercontent.com/guimspace/fopus/master/src/fopus.sh"
42+ CONFIG_PATH_FILE=" $CONFIG_PATH_DIR /fopus.conf"
4343
4444# beta
45- EXEC_NAME=" fopus-beta"
46- REMOTE_URL=" https://raw.githubusercontent.com/guimspace/fopus/beta/src/fopus.sh"
47- CONFIG_PATH_FILE=" $CONFIG_PATH_DIR /fopus-beta.conf"
45+ # EXEC_NAME="fopus-beta"
46+ # REMOTE_URL="https://raw.githubusercontent.com/guimspace/fopus/beta/src/fopus.sh"
47+ # CONFIG_PATH_FILE="$CONFIG_PATH_DIR/fopus-beta.conf"
4848
4949
5050check_requirements ()
You can’t perform that action at this time.
0 commit comments