Make sure the local repo gets generated (Requires installation of update-mydebs command).

This commit is contained in:
Captain ALM 2024-08-17 20:56:13 +01:00
parent 0c45860c5c
commit 722995617c
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -2,5 +2,6 @@
echo "[+] Installing mydebs repo...";
sudo mkdir -p /usr/local/mydebs/;
sudo cp -f a-mydebs-local-repo.list /etc/apt/sources.list.d/;
sudo update-mydebs;
echo "[+] Finished installing mydebs repo!";
echo "[i] Use update-mydebs to refresh the stored packages in /usr/local/mydebs/";