@@ -20,6 +20,9 @@ apt-ubuntu2204: | |||
tar -zxvf *secret.tar.gz | |||
make prepare-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 | |||
prepare-packages-ubuntu1804: |