mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-01 16:36:39 +02:00
Removed 'check' from 'winapps' shell script, as this is no longer required prior to installation. Furthermore, 'winapps manual explorer.exe' is an alternative command with equivalent results.
This commit is contained in:
20
bin/winapps
20
bin/winapps
@@ -87,25 +87,7 @@ if [[ -n $RDP_FLAGS ]]; then
|
||||
FREERDP_COMMAND="$FREERDP_COMMAND $RDP_FLAGS"
|
||||
fi
|
||||
|
||||
if [ "$1" = "check" ]; then
|
||||
# Open File Explorer
|
||||
dprint "CHECK"
|
||||
COMMAND=(
|
||||
"${FREERDP_COMMAND}"
|
||||
"/d:${RDP_DOMAIN}"
|
||||
"/u:${RDP_USER}"
|
||||
"/p:${RDP_PASS}"
|
||||
"/scale:${RDP_SCALE}"
|
||||
"+auto-reconnect"
|
||||
"+home-drive"
|
||||
"-wallpaper"
|
||||
"+dynamic-resolution"
|
||||
"${MULTI_FLAG}"
|
||||
"/app:program:explorer.exe"
|
||||
"/v:${RDP_IP}"
|
||||
)
|
||||
"${COMMAND[@]}"
|
||||
elif [ "$1" = "windows" ]; then
|
||||
if [ "$1" = "windows" ]; then
|
||||
# Open Virtual Machine
|
||||
dprint "WINDOWS"
|
||||
COMMAND=(
|
||||
|
Reference in New Issue
Block a user