initial commit

This commit is contained in:
Christoffer Nissen
2022-01-05 21:56:51 +00:00
commit 0a50720f6b
9 changed files with 581 additions and 0 deletions

31
Makefile Normal file
View File

@@ -0,0 +1,31 @@
launch:
teams-wrapper teams
teams-wrapper-two teams
kill-containers:
docker kill teams || docker kill teams-two # if error try kill other instance before exit
docker kill teams-two
build:
docker build . -t stifstof/teams-desktop:latest
install:
docker run -it --rm \
--volume /usr/local/bin:/target \
stifstof/teams-desktop:latest install
uninstall:
docker run -it --rm \
--volume /usr/local/bin:/target \
stifstof/teams-desktop:latest uninstall
# convenience jobs
reinstall:
make uninstall
make build
make install
create-empty-config-folders:
mkdir ~/.config/Microsoft
mkdir ~/.config/MicrosoftTwo