2022-07-04 11:34:00 +00:00
|
|
|
# Autogenerated at 04.07.2022 19:25 using ./gen-makefile.sh
|
2022-07-04 09:56:45 +00:00
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##lamp: Apache + php + mariadb
|
|
|
|
lamp: apache php mariadb
|
|
|
|
|
|
|
|
##apache: Install apache2 (latest)
|
2022-07-04 09:56:45 +00:00
|
|
|
apache:
|
2022-07-04 11:34:00 +00:00
|
|
|
./install/apache
|
2022-07-04 09:56:45 +00:00
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##apt: Install bunch of software from apt
|
2022-07-04 09:56:45 +00:00
|
|
|
apt:
|
|
|
|
./install/apt.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##chrome: Install google chrome (latest)
|
2022-07-04 09:56:45 +00:00
|
|
|
chrome:
|
|
|
|
./install/chrome.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##composer: Install composer (latest)
|
2022-07-04 09:56:45 +00:00
|
|
|
composer:
|
|
|
|
./install/composer.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##docker: Install docker (latest) + docker-compose (latest) + ppa
|
2022-07-04 09:56:45 +00:00
|
|
|
docker:
|
|
|
|
./install/docker.sh
|
2022-07-04 07:51:04 +00:00
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##droidcam-obs: Install droidcam-obs plugin v1.5.1
|
2022-07-04 07:51:04 +00:00
|
|
|
droidcam-obs:
|
|
|
|
./install/droidcam-obs.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##droidcam: Install droidcam v1.8.2
|
2022-07-04 09:56:45 +00:00
|
|
|
droidcam:
|
|
|
|
./install/droidcam.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##git: Install git (latest)
|
2022-07-04 09:56:45 +00:00
|
|
|
git:
|
|
|
|
./install/git.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##golang: Install golang v1.18.3
|
2022-07-04 09:56:45 +00:00
|
|
|
golang:
|
|
|
|
./install/golang.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##grubc: Install grub-customizer (latest) + ppa
|
2022-07-04 09:56:45 +00:00
|
|
|
grubc:
|
|
|
|
./install/grubc.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##kde-appmenu: Install KDE Window AppMenu Applet
|
2022-07-04 09:56:45 +00:00
|
|
|
kde-appmenu:
|
|
|
|
./install/kde-appmenu.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##lite-xl: Install lite-xl v2.0.5 (draft)
|
2022-07-04 09:56:45 +00:00
|
|
|
lite-xl:
|
|
|
|
./install/lite-xl.sh
|
2022-07-04 07:51:04 +00:00
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##mariadb: Install mariadb (latest) and php-mysql + phpMyAdmin (if php is installed)
|
2022-07-04 09:56:45 +00:00
|
|
|
mariadb:
|
|
|
|
./install/mariadb.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##nodejs: Install nodejs + npm via nvm
|
2022-07-04 09:56:45 +00:00
|
|
|
nodejs:
|
|
|
|
./install/nodejs.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##pgsql: Install postgresql (latest) and php-pgsql (if php is installed)
|
2022-07-04 09:56:45 +00:00
|
|
|
pgsql:
|
|
|
|
./install/pgsql.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##php: Install php v8.1 + ppa
|
2022-07-04 09:56:45 +00:00
|
|
|
php:
|
|
|
|
./install/php.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##postman: Install postman (latest)
|
2022-07-04 09:56:45 +00:00
|
|
|
postman:
|
|
|
|
./install/postman.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##rustdesk: Install rustdesk v1.1.8 (deb)
|
2022-07-04 09:56:45 +00:00
|
|
|
rustdesk:
|
|
|
|
./install/rustdesk.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##snap: Install bunch of software from snap
|
2022-07-04 09:56:45 +00:00
|
|
|
snap:
|
|
|
|
./install/snap.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##syncthing: Install syncthing (latest) + ppa
|
2022-07-04 09:56:45 +00:00
|
|
|
syncthing:
|
|
|
|
./install/syncthing.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##telebit: Install telebit (latest)
|
2022-07-04 09:56:45 +00:00
|
|
|
telebit:
|
|
|
|
./install/telebit.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##todo: <no description>
|
|
|
|
todo:
|
|
|
|
./install/todo
|
|
|
|
|
|
|
|
##ulauncher: Install ulauncher (latest) + ppa
|
2022-07-04 09:56:45 +00:00
|
|
|
ulauncher:
|
|
|
|
./install/ulauncher.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##wine: Installwine (latest) + ppa (focal)
|
2022-07-04 09:56:45 +00:00
|
|
|
wine:
|
|
|
|
./install/wine.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##zint: Install zint (latest)
|
2022-07-04 09:56:45 +00:00
|
|
|
zint:
|
|
|
|
./install/zint.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##zsh: Install zsh + omz (latest)
|
2022-07-04 09:56:45 +00:00
|
|
|
zsh:
|
|
|
|
./install/zsh.sh
|
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##help: Show this help message
|
2022-07-04 07:51:04 +00:00
|
|
|
help: Makefile
|
2022-07-04 09:56:45 +00:00
|
|
|
@echo "Usage:"
|
|
|
|
@echo "\tmake <goal>\n"
|
|
|
|
@echo "Available goals:"
|
2022-07-04 07:51:04 +00:00
|
|
|
@sed -n 's/^##//p' $< | column -t -s ':' | sed -e "s/^/\t/"
|
2022-07-04 09:56:45 +00:00
|
|
|
|
2022-07-04 11:34:00 +00:00
|
|
|
##<goal>_: Same as 'cat ./install/<goal>.sh'
|
2022-07-04 09:56:45 +00:00
|
|
|
%_:
|
|
|
|
@cat ./install/$*.sh
|