add script
This commit is contained in:
5
portproton/preinstall.sh
Normal file
5
portproton/preinstall.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
if grep -q ID=debian "/etc/os-release"; then
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt-get update
|
||||
fi
|
Reference in New Issue
Block a user