This commit is contained in:
2024-11-24 21:13:37 +08:00
parent 7bb8a8c839
commit e2c0d1de87
65 changed files with 2306 additions and 437 deletions

View File

@@ -1,4 +1,4 @@
# Autogenerated at 22.11.2024 09:40 using ./gen-makefile
# Autogenerated at 29.11.2024 16:47 using ./gen-makefile
.DEFAULT_GOAL := help
#===============================================
@@ -129,7 +129,7 @@ papirus:
pgsql:
@./install/pgsql
##php: Install php v8.1 + ppa
##php: Install php v8.3 + ppa
php:
@./install/php
@@ -173,7 +173,7 @@ rustdesk:
snap:
@./install/snap
##sublimetext: Install Sublime Text (build 4169)
##sublimetext: Install Sublime Text
sublimetext:
@./install/sublimetext
@@ -262,6 +262,18 @@ phpstack: php phptools
/apache2:
@./uninstall/apache2
##/canon-mg2500: Uninstall Canon Pixma MG2500 + ppa
/canon-mg2500:
@./uninstall/canon-mg2500
##/chrome: Uninstall google chrome
/chrome:
@./uninstall/chrome
##/composer: Uninstall composer
/composer:
@./uninstall/composer
##/docker: Uninstall docker + ppa
/docker:
@./uninstall/docker