Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vmadm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Project-FiFo
FiFo
vmadm
Commits
1db129ee
Commit
1db129ee
authored
Oct 03, 2017
by
Heinz N. Gies
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Fix 32 bit linux"
This reverts commit
d07c833e
.
parent
d07c833e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
prep-lx-distro.sh
prep-lx-distro.sh
+1
-2
No files found.
prep-lx-distro.sh
View file @
1db129ee
...
@@ -12,8 +12,7 @@ URL_ARCH=${ARCH};
...
@@ -12,8 +12,7 @@ URL_ARCH=${ARCH};
case
"
${
ARCH
}
"
in
case
"
${
ARCH
}
"
in
amd64
)
amd64
)
ARCH
=
x86_64
;
ARCH
=
x86_64
;
# freebsd does not support 64 bit linux :/
ARCH_URL
=
x86_64
;
ARCH_URL
=
x86
;
;;
;;
*
)
*
)
echo
only x86 is supported
echo
only x86 is supported
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment