mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-06 10:48:27 +02:00
Support old windows versions
Added a test to not error out when the Appx cmdlets are not available (like in the windows 7 box i am using). I had some install issues with creating the bin links so I added "-f".
This commit is contained in:
4
setup.sh
4
setup.sh
@@ -1621,8 +1621,8 @@ function waInstall() {
|
||||
waFindInstalled
|
||||
|
||||
# Install the WinApps bash scripts.
|
||||
$SUDO ln -s "./bin/winapps" "${BIN_PATH}/winapps"
|
||||
$SUDO ln -s "./setup.sh" "${BIN_PATH}/winapps-setup"
|
||||
$SUDO ln -sf "${SOURCE_PATH}/bin/winapps" "${BIN_PATH}/winapps"
|
||||
$SUDO ln -sf "${SOURCE_PATH}/setup.sh" "${BIN_PATH}/winapps-setup"
|
||||
|
||||
# Configure the Windows RDP session application launcher.
|
||||
waConfigureWindows
|
||||
|
Reference in New Issue
Block a user