"/dev/nvme0n1p1" => /boot/efi (fat32)
"/dev/nvme0n1p2" => /boot (ext4)
"/dev/nvme0n1p3/" => / (f2fs)
| #!/bin/bash | |
| # This script cleans all cache for Microsoft Teams on Linux | |
| # Tested on Ubuntu-like, Debian by @necrifede, Arch Linux by @lucas-dclrcq and Manjaro with flatpak by @danie1k. Feel free to test/use in other distributions. | |
| # Tested Teams via snap package. | |
| # Tested Teams via flatpak package. | |
| # | |
| # How to use in terminal: | |
| # ./clear_cache_MS_Teams.sh ( deb-stable | deb-insider | snap | flatpak ) | |
| # or |
| # Client configs, 16.04, | |
| script-security 2 | |
| up /etc/openvpn/update-resolv-conf | |
| down /etc/openvpn/update-resolv-conf | |
| # network manager, 16.04, install below package to enable import openvpn client configs | |
| sudo apt install network-manager-openvpn-gnome | |
| # Client configs, 18.04/18.10 |