mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
4 lines
205 B
Bash
4 lines
205 B
Bash
pm_apt="/usr/bin/apt-get";\
|
|
if [[ -f "$pm_apt" ]]; then pm=$pm_apt; else exit; fi;\
|
|
if [[ ! -f "/usr/bin/sudo" ]]; then $pm update -y -q; $pm install -y -q sudo; fi;\
|
|
sudo fuser /var/lib/dpkg/lock-frontend |