File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
core/tabs/applications-setup/virtualization Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ installVirtualBox() {
7
7
case " $PACKAGER " in
8
8
apt-get|nala)
9
9
wget -O- https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --dearmor --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg
10
- " $ESCALATION_TOOL " sh -c " echo " Types: deb\n URIs: http://download.virtualbox.org/virtualbox/debian $( lsb_release -cs) \n Suites: $( lsb_release -cs 2> /dev/null) \n Components: contrib\n Architectures: $ ARCH\n Signed-By: /usr/share/keyrings/oracle-virtualbox-2016.gpg\n " > /etc/apt/sources.list.d/virtualbox.sources"
10
+ " $ESCALATION_TOOL " sh -c " echo " Types: deb\n URIs: http://download.virtualbox.org/virtualbox/debian $( lsb_release -cs) \n Suites: $( lsb_release -cs 2> /dev/null) \n Components: contrib\n Architectures: " ${ ARCH} " \n Signed-By: /usr/share/keyrings/oracle-virtualbox-2016.gpg\n " > /etc/apt/sources.list.d/virtualbox.sources"
11
11
" $ESCALATION_TOOL " " $PACKAGER " update
12
12
" $ESCALATION_TOOL " " $PACKAGER " -y install virtualbox-7.1
13
13
You can’t perform that action at this time.
0 commit comments