[go: up one dir, main page]

Skip to content

Commit

Permalink
Add Arch Linux freerdp installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark42ed committed Apr 1, 2024
1 parent eca0c4b commit 98ffa32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bin/winapps
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ elif [ -n "$(which xfreerdp)" ]; then
FREERDP_VERSION="2"
else
echo "You need xfreerdp!"
echo " sudo apt-get install -y freerdp2-x11"
echo
echo " Debian: sudo apt-get install -y freerdp2-x11"
echo "Arch Linux: sudo pacman -S freerdp"
exit
fi

Expand Down
4 changes: 3 additions & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ elif [ -n "$(which xfreerdp)" ]; then
FREERDP_VERSION="2"
else
echo "You need xfreerdp!"
echo " sudo apt-get install -y freerdp2-x11"
echo
echo " Debian: sudo apt-get install -y freerdp2-x11"
echo "Arch Linux: sudo pacman -S freerdp"
exit
fi

Expand Down

0 comments on commit 98ffa32

Please sign in to comment.