Update 4 files

- /home/Vagrantfile
- /Vagrantfile
- /software.yml
- /home/.chezmoiscripts/universal/run_onchange_after_50-rclone.tmpl
This commit is contained in:
Brian Zalewski 2023-02-01 06:02:56 +00:00
parent ff7761a7a5
commit 2f557b27c3
3 changed files with 15 additions and 3 deletions

View file

View file

@ -24,7 +24,7 @@ if command -v rclone > /dev/null; then
sudo chmod 644 /etc/rcloneignore sudo chmod 644 /etc/rcloneignore
logg info 'Adding ~/.config/rclone/system-rclone.conf to /etc/rclone.conf' logg info 'Adding ~/.config/rclone/system-rclone.conf to /etc/rclone.conf'
sudo cp -f "${XDG_CONFIG_HOME:-$HOME/.config}/rclone/system-rclone.conf /etc/rclone.conf sudo cp -f "${XDG_CONFIG_HOME:-$HOME/.config}/rclone/system-rclone.conf" /etc/rclone.conf
### Add / configure service files ### Add / configure service files
if [ -d /etc/systemd/system ]; then if [ -d /etc/systemd/system ]; then
@ -42,7 +42,7 @@ if command -v rclone > /dev/null; then
sudo chown -Rf rclone:rclone "/mnt/$SERVICE_ID" sudo chown -Rf rclone:rclone "/mnt/$SERVICE_ID"
### Enable / restart the service ### Enable / restart the service
logg info "Enabling / restarting the $ S3 service" logg info "Enabling / restarting the $SERVICE_ID S3 service"
sudo systemctl enable "$SERVICE_ID" sudo systemctl enable "$SERVICE_ID"
sudo systemctl restart "$SERVICE_ID" sudo systemctl restart "$SERVICE_ID"
done done

View file

@ -5966,12 +5966,24 @@ softwarePackages:
_github: https://github.com/ProtonMail/WebClients _github: https://github.com/ProtonMail/WebClients
_home: https://protonmail.com/ _home: https://protonmail.com/
_name: ProtonVPN _name: ProtonVPN
_post:dnf: sudo dnf install -y python3-pip && pip3 install --user 'dnspython>=1.16.0'
_pre:apt: sudo apt-get install -y https://repo.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_1.0.3_all.deb && sudo apt-get update
_pre:dnf: sudo dnf install -y https://repo.protonvpn.com/fedora-36-stable/release-packages/protonvpn-stable-release-1.0.1-1.noarch.rpm && sudo dnf update
_when:cask: '! test -d /Applications/ProtonVPN.app' _when:cask: '! test -d /Applications/ProtonVPN.app'
ansible: professormanhattan.proton ansible: professormanhattan.proton
apt:
- gir1.2-appindicator3-0.1
- gnome-shell-extension-appindicator
- protonvpn
cask: protonvpn cask: protonvpn
choco: protonvpn choco: protonvpn
dnf:
- gnome-extensions-app
- gnome-shell-extension-appindicator
- gnome-tweaks
- libappindicator-gtk3
- protonvpn
yay: protonvpn yay: protonvpn
_service: true
_type: application _type: application
protonvpn-cli: protonvpn-cli:
_bin: protonvpn-cli _bin: protonvpn-cli