This commit is contained in:
Евгений Храмов 2022-11-10 23:23:55 +03:00
parent 726012ab9b
commit da6e7c8965

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