New backup 2024-04-09 15:45:04
This commit is contained in:
parent
d5f0f14458
commit
90e28edd39
2 changed files with 7 additions and 2 deletions
|
@ -0,0 +1 @@
|
|||
libxml2-dev libpam0g-dev libudisks2-dev libglib2.0-dev gir1.2-udisks-2.0 python3 python3-gi
|
|
@ -2,5 +2,9 @@
|
|||
|
||||
latest_source_url=$(curl -s https://api.github.com/repos/mcdope/pam_usb/releases/latest | grep tarball_url | head -n 1 | cut -d '"' -f 4)
|
||||
|
||||
wget -qO- "${latest_source_url}" | tar --transform 's/^mcdope-pam_usb.*/mcdope-pam_usb/' -xvz -C .
|
||||
#curl "${latest_source_url}" | tar -czf ./libpam-latest/ -
|
||||
mkdir ./mcdope-pam_usb
|
||||
wget -qO- "${latest_source_url}" | tar -xvz -C ./mcdope-pam_usb --strip-components 1
|
||||
cd ./mcdope-pam_usb
|
||||
|
||||
make
|
||||
sudo make install
|
||||
|
|
Loading…
Add table
Reference in a new issue