Browse Source

Pt 2 of the fix

master
Ray Burgemeestre 5 months ago
parent
commit
f68c662edf
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      apt-publisher/Makefile

+ 3
- 0
apt-publisher/Makefile View File

tar -zxvf *secret.tar.gz tar -zxvf *secret.tar.gz
make prepare-packages-ubuntu2204 make prepare-packages-ubuntu2204
make update-packages-ubuntu2204 make update-packages-ubuntu2204

apt-ubuntu2204-pt2:
make update-packages-ubuntu2204-rsync
bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions


prepare-packages-ubuntu1804: prepare-packages-ubuntu1804:

Loading…
Cancel
Save