Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
PlagueOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Opt Out
PlagueOS
Commits
006ef639
Commit
006ef639
authored
1 year ago
by
Opt Out
Browse files
Options
Downloads
Patches
Plain Diff
VM BUild - updated staging with Kicksecure site
Former-commit-id:
0a5308da
Former-commit-id:
437e4f12
Former-commit-id:
30d5aee8
parent
e534bca7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
installer_scripts/env.cfg
+8
-4
8 additions, 4 deletions
installer_scripts/env.cfg
with
8 additions
and
4 deletions
installer_scripts/env.cfg
+
8
−
4
View file @
006ef639
...
...
@@ -150,9 +150,9 @@ VM_AUTOSTART_NETWORK_XML_DIR="/etc/libvirt/qemu/networks/autostart"
VM_IMAGES_DIR
=
"/var/lib/libvirt/images"
VM_DIRECTORIES
=
("$VM_XML_DIR" "$VM_NETWORK_XML_DIR" "$VM_AUTOSTART_NETWORK_XML_DIR" "$VM_IMAGES_DIR")
# Static Variables for Whonix
/Kicsecure
VM
'
s
WHONIX_
KICK_
URL_CLEARNET
=
"https://download.whonix.org/libvirt/"
WHONIX_
KICK_URL_TOR
=
"http://download.
dds6qkxpwdeubwucdiaord2xgbbeyds25rbsgr73tbfpqpt4a6vjws
yd.onion/libvirt/"
# Static Variables for Whonix VMs
WHONIX_URL_CLEARNET
=
"https://download.whonix.org/libvirt/"
KICK_URL_TOR
=
"http://download.
w5j6stm77zs6652pgsij4awcjeel3eco7kvipheu6mtr623eyyehj4
yd.onion/libvirt/"
# Static Variables specific to Whonix VM Packages
WHONIX_VERSION
=
"17.0.3.0"
WHONIX_ARCHIVE
=
"Whonix-XFCE-$WHONIX_VERSION.Intel_AMD64.qcow2.libvirt.xz"
...
...
@@ -160,7 +160,8 @@ WHONIX_ARCHIVE_SIGNED="$WHONIX_ARCHIVE.asc"
WHONIX_SHA512
=
"Whonix-XFCE-$WHONIX_VERSION.sha512sums"
WHONIX_SHA512_SIGNED
=
"$WHONIX_SHA512.asc"
WHONIX_FILES_TO_DOWNLOAD
=
("$WHONIX_ARCHIVE" "$WHONIX_ARCHIVE_SIGNED" "$WHONIX_SHA512" "$WHONIX_SHA512_SIGNED")
# names of whonix files within the archive.
# Names of Whonix files within the archive.
WHONIX_EXTERNAL_NETWORK
=
"Whonix_external_network-$WHONIX_VERSION.xml"
WHONIX_INTERNAL_NETWORK
=
"Whonix_internal_network-$WHONIX_VERSION.xml"
WHONIX_GATEWAY_XML
=
"Whonix-Gateway-XFCE-$WHONIX_VERSION.xml"
...
...
@@ -169,12 +170,15 @@ WHONIX_GATEWAY_QCOW2="Whonix-Gateway-XFCE-$WHONIX_VERSION.Intel_AMD64.qcow2"
WHONIX_WORKSTATION_QCOW2
=
"Whonix-Workstation-XFCE-$WHONIX_VERSION.Intel_AMD64.qcow2"
# Static Variables specific to Kicksecure VM Packages
KICK_URL_CLEARNET
=
"https://download.kicksecure.com/libvirt/"
KICK_URL_TOR
=
"http://download.dds6qkxpwdeubwucdiaord2xgbbeyds25rbsgr73tbfpqpt4a6vjwsyd.onion/libvirt/"
KICKSECURE_VERSION
=
"17.0.3.0"
KICKSECURE_ARCHIVE
=
"Kicksecure-XFCE-$KICKSECURE_VERSION.Intel_AMD64.qcow2.libvirt.xz"
KICKSECURE_ARCHIVE_SIGNED
=
"$KICKSECURE_ARCHIVE.asc"
KICKSECURE_SHA512
=
"Kicksecure-XFCE-$KICKSECURE_VERSION.sha512sums"
KICKSECURE_SHA512_SIGNED
=
"$KICKSECURE_SHA512.asc"
KICKSECURE_FILES_TO_DOWNLOAD
=
("$KICKSECURE_ARCHIVE" "$KICKSECURE_ARCHIVE_SIGNED" "$KICKSECURE_SHA512" "$KICKSECURE_SHA512_SIGNED")
# Names of Kicksecure files within the archive.
KICKSECURE_XML
=
"Kicksecure-XFCE-$KICKSECURE_VERSION.xml"
KICKSECURE_QCOW2
=
"Kicksecure-XFCE-$KICKSECURE_VERSION.Intel_AMD64.qcow2"
...
...
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