fi_users_bashrc

This commit is contained in:
pvincent
2026-08-18 17:31:03 +04:00
parent ee955e68c4
commit 6aea0e3a06
3 changed files with 41 additions and 12 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
#!/usr/bin/env bash
## CONSTANTS
#TODO: LATEST_TAG
# LATEST_TAG=$(curl -s https://git.artcode.re/api/v1/repos/miaou/miaou-bash/tags|grep -oPm1 '{"name":".*?",' | head -n1 | cut -d'"' -f4)
# https://git.artcode.re/miaou/miaou-bash/archive/0.3.109.tar.gz
MAIN_TAR_GZ_URL="https://git.artcode.re/miaou/miaou-bash/archive/main.tar.gz"
## FUNCTIONS