Updated docker, apt, wine, snap; removed todo

This commit is contained in:
2022-07-04 22:12:37 +08:00
parent e9cd7ee2ae
commit 317f635b91
10 changed files with 56 additions and 165 deletions

View File

@@ -1,111 +1,106 @@
# Autogenerated at 04.07.2022 19:25 using ./gen-makefile.sh
# Autogenerated at 04.07.2022 22:11 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.sh
./install/apt
##chrome: Install google chrome (latest)
chrome:
./install/chrome.sh
./install/chrome
##composer: Install composer (latest)
composer:
./install/composer.sh
./install/composer
##docker: Install docker (latest) + docker-compose (latest) + ppa
docker:
./install/docker.sh
##droidcam-obs: Install droidcam-obs plugin v1.5.1
droidcam-obs:
./install/droidcam-obs.sh
./install/docker
##droidcam: Install droidcam v1.8.2
droidcam:
./install/droidcam.sh
./install/droidcam
##droidcam-obs: Install droidcam-obs plugin v1.5.1
droidcam-obs:
./install/droidcam-obs
##git: Install git (latest)
git:
./install/git.sh
./install/git
##golang: Install golang v1.18.3
golang:
./install/golang.sh
./install/golang
##grubc: Install grub-customizer (latest) + ppa
grubc:
./install/grubc.sh
./install/grubc
##kde-appmenu: Install KDE Window AppMenu Applet
kde-appmenu:
./install/kde-appmenu.sh
./install/kde-appmenu
##lite-xl: Install lite-xl v2.0.5 (draft)
lite-xl:
./install/lite-xl.sh
./install/lite-xl
##mariadb: Install mariadb (latest) and php-mysql + phpMyAdmin (if php is installed)
mariadb:
./install/mariadb.sh
./install/mariadb
##nodejs: Install nodejs + npm via nvm
nodejs:
./install/nodejs.sh
./install/nodejs
##pgsql: Install postgresql (latest) and php-pgsql (if php is installed)
pgsql:
./install/pgsql.sh
./install/pgsql
##php: Install php v8.1 + ppa
php:
./install/php.sh
./install/php
##postman: Install postman (latest)
postman:
./install/postman.sh
./install/postman
##rustdesk: Install rustdesk v1.1.8 (deb)
rustdesk:
./install/rustdesk.sh
./install/rustdesk
##snap: Install bunch of software from snap
snap:
./install/snap.sh
./install/snap
##syncthing: Install syncthing (latest) + ppa
syncthing:
./install/syncthing.sh
./install/syncthing
##telebit: Install telebit (latest)
telebit:
./install/telebit.sh
##todo: <no description>
todo:
./install/todo
./install/telebit
##ulauncher: Install ulauncher (latest) + ppa
ulauncher:
./install/ulauncher.sh
./install/ulauncher
##wine: Installwine (latest) + ppa (focal)
##wine: Install wine (latest) + ppa (focal)
wine:
./install/wine.sh
./install/wine
##zint: Install zint (latest)
zint:
./install/zint.sh
./install/zint
##zsh: Install zsh + omz (latest)
zsh:
./install/zsh.sh
./install/zsh
##help: Show this help message
help: Makefile