This commit is contained in:
2022-05-17 01:56:44 +03:00
commit 3a9b8c8468
117 changed files with 7175 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Rebuilding Debian Packages
1. Download package from APT-repository:
```
$ apt-get download google-chrome-stable=48.0.2564.109-1+suffix0
```
2. Rebuild package to new owner using script:
```
$ rebuild-deb.sh -f google-chrome-stable=48.0.2564.109-1+suffix0_amd64.deb -r 'suffix0' -a 'aerokube0'
```