first
This commit is contained in:
commit
b50fd16591
197 changed files with 41663 additions and 0 deletions
11
overlay/Devuan/usr/bin/dev_bootstrap.bash
Normal file
11
overlay/Devuan/usr/bin/dev_bootstrap.bash
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
# -*-mode: sh; tab-width: 8; coding: utf-8-unix -*-
|
||||
|
||||
PREFIX=/usr/local
|
||||
|
||||
ROLE=base
|
||||
|
||||
. /usr/local/etc/local.d/local.bash || exit 1
|
||||
|
||||
|
||||
/usr/local/etc/local.d/Whonix-Gateway.rc || exit 2$?
|
13
overlay/Devuan/usr/bin/dev_bootstrap_gateway.bash
Normal file
13
overlay/Devuan/usr/bin/dev_bootstrap_gateway.bash
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
# -*-mode: sh; tab-width: 8; coding: utf-8-unix -*-
|
||||
|
||||
PREFIX=/usr/local
|
||||
|
||||
ROLE=base
|
||||
|
||||
. /usr/local/etc/local.d/local.bash || exit 1
|
||||
|
||||
local_guest || exit 3$?
|
||||
|
||||
#? local_guest_add_xorg_conf
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue