Last active
November 29, 2025 16:51
-
-
Save PeronGH/d817992b85d3276549a2e2fad0e33366 to your computer and use it in GitHub Desktop.
Debian Setup
This file contains hidden or 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
| #!/bin/bash | |
| # safety tools | |
| apt install apt-listbugs apt-listchanges | |
| # modify apt source | |
| # post upgrade | |
| apt autoremove --purge | |
| apt modernize-sources |
This file contains hidden or 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
| Types: deb | |
| URIs: http://deb.debian.org/debian | |
| Suites: sid | |
| Components: main contrib non-free non-free-firmware | |
| Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg |
This file contains hidden or 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
| #!/bin/bash | |
| chown sing-box:sing-box /etc/sing-box/config.json | |
| chmod 600 /etc/sing-box/config.json |
This file contains hidden or 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
| deb http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment