-
Notifications
You must be signed in to change notification settings - Fork 886
Debian 5.0??? #458
Comments
same problems. if [ "$( awk -F '=' '/^NAME=/ {print $2}' /etc/os-release 2>&- )" == "\"Parrot OS\"" ]; then
os="parrot"
else
os="$( awk -F '=' '/^ID=/ {print $2}' /etc/os-release 2>&- )"
fi |
Frist of all Hope your doing well! and second sorry for the late reply . Thank you in advance! |
Found the solution! |
help i am also having the same issue- ==========================================================================
|
Veil version
3.1 (latest)
OS Used - all info (architecture, linux flavor, etc)
Parrot OS (security edition) 64bit.
How did you install Veil? (Apt, Clone from Github, etc.)
tried both ways apt and git clone ... didn't work.
Did you run the setup script?
yes, I did with --force and --silent.
Pastebin link to error you are encountering (include console actions you took prior to error)
==========================================================================
Veil (Setup Script) | [Updated]: 2018-05-08
==========================================================================
userprimarygroup = regnum
userhomedir = /home/regnum
rootdir = /usr/share/veil
veildir = /var/lib/veil
outputdir = /var/lib/veil/output
dependenciesdir = /var/lib/veil/setup-dependencies
winedir = /var/lib/veil/wine
winedrive = /var/lib/veil/wine/drive_c
gempath = Z:\var\lib\veil\wine\drive_c\Ruby187\bin\gem
[ERROR]: Veil is only supported on Debian 8 (Jessie) or higher!
==========================================================================
Veil (Setup Script) | [Updated]: 2018-05-08
==========================================================================
userprimarygroup = regnum
userhomedir = /home/regnum
rootdir = /usr/share/veil
veildir = /var/lib/veil
outputdir = /var/lib/veil/output
dependenciesdir = /var/lib/veil/setup-dependencies
winedir = /var/lib/veil/wine
winedrive = /var/lib/veil/wine/drive_c
gempath = Z:\var\lib\veil\wine\drive_c\Ruby187\bin\gem
[ERROR]: Veil is only supported on Debian 8 (Jessie) or higher!
[!] ERROR #2-3: Can't find Go (/var/lib/veil/go/). Run: /usr/share/veil/config/setup.sh --force --silent
Expected behavior
does not run anymore while I have the latest version of debian.
Any additional info you want to tell me
Would love if you helped and showed how to resolve this error!
Thanks in advance!
The text was updated successfully, but these errors were encountered: