New backup 2024-04-22 15:15:02

This commit is contained in:
Penelope Gwen 2024-04-22 15:15:02 -06:00
parent 479ee90ff3
commit 8cd54da738
2 changed files with 0 additions and 11 deletions

View file

@ -1 +0,0 @@
libxml2-dev libpam0g-dev libudisks2-dev libglib2.0-dev gir1.2-udisks-2.0 python3 python3-gi

View file

@ -1,10 +0,0 @@
#!/bin/bash
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)
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