mirror of
https://github.com/microsoft/linux-vm-tools
synced 2025-09-01 15:05:49 +00:00
@@ -15,7 +15,8 @@ fi
|
|||||||
sudo pacman -Syu --needed --noconfirm base base-devel git
|
sudo pacman -Syu --needed --noconfirm base base-devel git
|
||||||
|
|
||||||
# Create a build directory in tmpfs
|
# Create a build directory in tmpfs
|
||||||
mkdir /tmp/build && cd "$_"
|
TMPDIR=$(mktemp -d)
|
||||||
|
pushd $TMPDIR
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# XRDP
|
# XRDP
|
||||||
@@ -35,3 +36,5 @@ mkdir /tmp/build && cd "$_"
|
|||||||
)
|
)
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
#remove build directory
|
||||||
|
rm -rf $TMPDIR
|
||||||
|
Reference in New Issue
Block a user