14 lines
455 B
Bash
Executable File
14 lines
455 B
Bash
Executable File
#!/bin/bash
|
|
|
|
################################################################################
|
|
# Title: 9070-add-architecture-i386.hook.chroot
|
|
# Description: Script to add i386 architecture
|
|
# Author: manuel rosa <manuelsilvarosa@gmail.com>
|
|
# Date: Outubro 29, 2023
|
|
# License: GPL-3.0-or-later
|
|
################################################################################
|
|
|
|
|
|
#add-architecture i386
|
|
dpkg --add-architecture i386
|