Add local repo installation.
This commit is contained in:
parent
52bbfa007f
commit
0c45860c5c
1
a-mydebs-local-repo.list
Normal file
1
a-mydebs-local-repo.list
Normal file
@ -0,0 +1 @@
|
||||
deb [trusted=yes] file:/usr/local/mydebs ./
|
6
install-local-mydebs-repo.sh
Executable file
6
install-local-mydebs-repo.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo "[+] Installing mydebs repo...";
|
||||
sudo mkdir -p /usr/local/mydebs/;
|
||||
sudo cp -f a-mydebs-local-repo.list /etc/apt/sources.list.d/;
|
||||
echo "[+] Finished installing mydebs repo!";
|
||||
echo "[i] Use update-mydebs to refresh the stored packages in /usr/local/mydebs/";
|
Loading…
Reference in New Issue
Block a user