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