Trying to fix Github actions 4.
This commit is contained in:
parent
8cf4158faa
commit
04ce2bde4a
1 changed files with 5 additions and 8 deletions
|
@ -83,10 +83,10 @@ ${EXEC} pacman --noconfirm --needed -S \
|
||||||
|
|
||||||
# Install NSIS
|
# Install NSIS
|
||||||
|
|
||||||
nsis=nsis-${NSIS_VERSION}-setup.exe
|
nsis=nsis-${NSIS_VERSION}-setup.exe
|
||||||
${DOWNLOAD_CMD} "https://sourceforge.net/projects/nsis/files/NSIS%20${NSIS_VERSION:0:1}/${NSIS_VERSION}/${nsis}"
|
${DOWNLOAD_CMD} "https://sourceforge.net/projects/nsis/files/NSIS%20${NSIS_VERSION:0:1}/${NSIS_VERSION}/${nsis}"
|
||||||
|
|
||||||
if [ -e "${nsis}" ]; then
|
if [ -e "${nsis}" ]; then
|
||||||
INSTALLSCRIPT=installscript.sh
|
INSTALLSCRIPT=installscript.sh
|
||||||
|
|
||||||
cat << EOF > ${INSTALLSCRIPT}
|
cat << EOF > ${INSTALLSCRIPT}
|
||||||
|
@ -106,9 +106,6 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Finish
|
# Finish
|
||||||
ps -aux | grep wine
|
|
||||||
lsof | grep "root.x86_64/$HOME"
|
|
||||||
lsof | grep root.x86_64
|
|
||||||
|
|
||||||
sudo umount "root.x86_64/$HOME"
|
sudo umount -f "root.x86_64/$HOME" || true
|
||||||
sudo umount root.x86_64
|
sudo umount -f root.x86_64 || true
|
||||||
|
|
Loading…
Reference in a new issue