Created
August 21, 2024 02:19
-
-
Save luckman212/455cf6adc71d6367daaaf4a64c3a3401 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### apt repos | |
> [!tip] Back up apt repo lists | |
> ``` | |
> a="${HOME}/${HOSTNAME}_aptsources_$(date +%s).tar.gz"; tar --transform='s/^.*\///' -czvf "$a" $(find /etc/apt/sources.list.d -name "*.list") | |
> ``` | |
### More | |
- Foo | |
- Bar | |
- Baz | |
```shell | |
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)" | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment