To install:
- Copy both services to
/etc/systemd/system/ - Enable with
sudo systemctl enable --now zoom-update.timer
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins | |
| "call vundle#begin('~/some/path/here') | |
| " let Vundle manage Vundle, required |
| %define buildforkernels akmod | |
| Name: droidcam-kmod | |
| Version: 081219 | |
| Release: 1%{?dist} | |
| Summary: droidcam | |
| License: unknown | |
| URL: https://dev47apps.com | |
| Source0: https://www.dev47apps.com/files/linux/droidcam_%{version}_64bit.tar.bz2 |
To install:
/etc/systemd/system/sudo systemctl enable --now zoom-update.timer| #! /bin/bash | |
| # | |
| # run_and_notify.bash | |
| # Copyright (C) 2021 Till Hofmann <hofmann@kbsg.rwth-aachen.de> | |
| # | |
| # Distributed under terms of the MIT license. | |
| # | |
| set -e | |
| set -u |