1
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user