This commit is contained in:
Евгений Храмов 2022-12-03 13:31:09 +03:00
parent a4db40f1af
commit 354b534782

@ -1,5 +1,5 @@
#!/usr/bin/env bash
if [grep -q ID=debian "/etc/os-release"]; then
if grep -q ID=debian "/etc/os-release"; then
sudo dpkg --add-architecture i386
sudo apt-get update
fi