This commit is contained in:
Евгений Храмов 2022-11-10 23:58:04 +03:00
parent 229a045fd4
commit 799a8003b4

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