Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Winapps
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMGW
Winapps
Commits
99fcee09
Commit
99fcee09
authored
4 months ago
by
Oskar Manhart
Browse files
Options
Downloads
Patches
Plain Diff
fix: do not check for existing install on nix
parent
df354877
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/winapps/setup.patch
+10
-1
10 additions, 1 deletion
packages/winapps/setup.patch
with
10 additions
and
1 deletion
packages/winapps/setup.patch
+
10
−
1
View file @
99fcee09
diff --git a/setup.sh b/setup.sh
diff --git a/setup.sh b/setup.sh
index
8c6209fb..b765148
5 100755
index
b7d930d6..18000c6
5 100755
--- a/setup.sh
--- a/setup.sh
+++ b/setup.sh
+++ b/setup.sh
@@ -39,8 +39,8 @@
readonly SYS_BIN_PATH="/usr/local/bin" # UNIX path to 'bin' dir
@@ -39,8 +39,8 @@
readonly SYS_BIN_PATH="/usr/local/bin" # UNIX path to 'bin' dir
...
@@ -137,6 +137,15 @@ index 8c6209fb..b7651485 100755
...
@@ -137,6 +137,15 @@ index 8c6209fb..b7651485 100755
Terminal=false
Terminal=false
Type=Application
Type=Application
Icon=${APP_ICON}
Icon=${APP_ICON}
@@ -1550,7 +1530,7 @@
function waInstall() {
echo -e "${BOLD_TEXT}Installing WinApps.${CLEAR_TEXT}"
# Check for existing conflicting WinApps installations.
- waCheckExistingInstall
+ # waCheckExistingInstall
# Load the WinApps configuration file.
waLoadConfig
@@ -1626,8 +1606,8 @@
function waInstall() {
@@ -1626,8 +1606,8 @@
function waInstall() {
waFindInstalled
waFindInstalled
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment