initial system update and some deps update

This commit is contained in:
2023-11-15 11:24:59 -07:00
parent fec162c120
commit ad338c15c5
4 changed files with 24 additions and 5 deletions

View File

@ -3,8 +3,8 @@ cd "${0:a:h}"
while [[ $# -gt 0 ]]
do
case $1 in
--force-root ) FORCE_ROOT=1 ;;
--ci ) export CI=1 ;;
--force-root ) FORCE_ROOT=1 ;;
--ci ) export CI=1 ;;
--no-compile-dmenu ) COMPILE_DMENU=0 ;;
--no-compile-vim ) COMPILE_VIM=0 ;;