all: Move extras to be installed later
Due to extras pulling in the modifications to the plymouth config file, we were getting prompted whether to overwrite it or not. There is a bug to fix plymouth but currently upstream needs help to work on it. Work around it for now.
This commit is contained in:
@@ -57,7 +57,7 @@ tools="aircrack-ng ethtool hydra john libnfc-bin mfoc nmap passing-the-hash sqlm
|
||||
services="apache2 openssh-server"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# You may want to leave security.kali.org alone, but if you trust your local
|
||||
@@ -177,8 +177,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ tools="aircrack-ng ethtool hydra john libnfc-bin mfoc nmap passing-the-hash sqlm
|
||||
services="apache2 openssh-server"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# You may want to leave security.kali.org alone, but if you trust your local
|
||||
@@ -176,8 +176,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
6
bbb.sh
6
bbb.sh
@@ -45,7 +45,7 @@ tools="aircrack-ng ethtool hydra john libnfc-bin mfoc nmap passing-the-hash sqlm
|
||||
services="apache2 openssh-server"
|
||||
extras="firefox-esr udhcpd xfce4-terminal wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -183,8 +183,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ tools="aircrack-ng crunch cewl dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="bluez bluez-firmware firefox-esr xfce4-goodies xfce4-terminal wpasupplicant xfonts-terminus"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -175,8 +175,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ tools="aircrack-ng crunch cewl dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="bluez bluez-firmware firefox-esr xfce4-goodies xfce4-terminal wpasupplicant xfonts-terminus"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -175,8 +175,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ tools="aircrack-ng crunch cewl dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="bluez bluez-firmware florence firefox-esr xfce4-goodies xfce4-terminal xfonts-terminus xinput wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -175,8 +175,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ tools="aircrack-ng ethtool hydra john libnfc-bin mfoc nmap passing-the-hash sqlm
|
||||
services="apache2 openssh-server"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -174,8 +174,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ tools="aircrack-ng ethtool hydra john libnfc-bin mfoc nmap passing-the-hash sqlm
|
||||
services="apache2 openssh-server"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -174,8 +174,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ tools="aircrack-ng ethtool hydra john libnfc-bin mfoc nmap passing-the-hash sqlm
|
||||
services="apache2 openssh-server"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -176,8 +176,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
6
cubox.sh
6
cubox.sh
@@ -58,7 +58,7 @@ tools="aircrack-ng ethtool hydra john libnfc-bin mfoc nmap passing-the-hash sqlm
|
||||
services="apache2 openssh-server"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -176,8 +176,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ tools="passing-the-hash winexe aircrack-ng hydra john sqlmap wireshark libnfc-bi
|
||||
services="openssh-server apache2"
|
||||
extras="firefox-esr wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# You may want to leave security.kali.org alone, but if you trust your local
|
||||
@@ -171,8 +171,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
6
luna.sh
6
luna.sh
@@ -45,7 +45,7 @@ tools="passing-the-hash winexe aircrack-ng hydra john sqlmap wireshark libnfc-bi
|
||||
services="openssh-server apache2"
|
||||
extras="firefox-esr wpasupplicant"
|
||||
|
||||
export packages="${arm} ${base} ${services} ${extras}"
|
||||
export packages="${arm} ${base} ${services}"
|
||||
export architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -168,8 +168,8 @@ rm -f /etc/udev/rules.d/70-persistent-net.rules
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
|
||||
# Regenerated the shared-mime-info database on the first boot
|
||||
# since it fails to do so properly in a chroot.
|
||||
|
||||
@@ -56,7 +56,7 @@ tools="aircrack-ng ethtool hydra john libnfc-bin mfoc nmap passing-the-hash sqlm
|
||||
services="apache2 openssh-server"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -174,8 +174,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ tools="aircrack-ng crunch cewl dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant python-smbus i2c-tools bluez bluez-firmware xfonts-terminus"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -196,8 +196,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ tools="aircrack-ng crunch cewl dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant python-smbus i2c-tools bluez bluez-firmware xfonts-terminus"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="arm64"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -197,8 +197,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ tools="aircrack-ng crunch cewl dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd haveged openssh-server openvpn"
|
||||
extras="bluetooth libnss-systemd network-manager psmisc wpasupplicant xfonts-terminus"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="arm64"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -266,8 +266,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ tools="aircrack-ng ethtool hydra john libnfc-bin mfoc nmap passing-the-hash sqlm
|
||||
services="apache2 openssh-server"
|
||||
extras="fbset firefox-esr xfce4-terminal wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -177,8 +177,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="fbset xfce4-terminal xfce4-goodies wpasupplicant libnss-systemd"
|
||||
#kali="build-essential debhelper devscripts dput lintian quilt git-buildpackage gitk dh-make sbuild"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras} ${kali}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="arm64"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -197,8 +197,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ tools="aircrack-ng crunch cewl dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="fbset libnss-systemd xfce4-goodies xfce4-terminal wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras} ${kali}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="arm64"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -194,8 +194,8 @@ rm -f /etc/udev/rules.d/70-persistent-net.rules
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ tools="aircrack-ng ethtool hydra john libnfc-bin mfoc nmap passing-the-hash sqlm
|
||||
services="apache2 openssh-server"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -177,8 +177,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ services="apache2 openssh-server"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant"
|
||||
size=14000 # Size of image in megabytes
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armel"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -176,8 +176,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ services="apache2 openssh-server"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant"
|
||||
size=7000 # Size of image in megabytes
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armel"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -176,8 +176,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ tools="aircrack-ng ethtool hydra john libnfc-bin mfoc nmap passing-the-hash sqlm
|
||||
services="apache2 openssh-server"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -183,8 +183,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ tools="aircrack-ng ethtool hydra john libnfc-bin mfoc nmap passing-the-hash sqlm
|
||||
services="apache2 openssh-server"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${desktop} ${tools} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -180,8 +180,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
6
riot.sh
6
riot.sh
@@ -61,7 +61,7 @@ tools="aircrack-ng ethtool hydra john libnfc-bin mfoc nmap passing-the-hash sqlm
|
||||
services="apache2 openssh-server"
|
||||
extras="firefox-esr xfce4-terminal wpasupplicant gcc"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -202,8 +202,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ extras="bluez bluez-firmware firefox-esr i2c-tools python-configobj python-evdev
|
||||
# Git commit hash to check out for the kernel
|
||||
#kernel_commit=20fe468
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armel"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -221,8 +221,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ tools="aircrack-ng crunch cewl dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="bluez bluez-firmware firefox-esr i2c-tools python-configobj python-pip python-requests python-rpi.gpio python-smbus triggerhappy wpasupplicant xfce4-terminal xfonts-terminus"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armel"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -220,8 +220,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
6
rpi.sh
6
rpi.sh
@@ -51,7 +51,7 @@ extras="bluez bluez-firmware firefox-esr i2c-tools python-configobj python-pip p
|
||||
# Git commit hash to check out for the kernel
|
||||
#kernel_commit=20fe468
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armel"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -213,8 +213,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ tools="aircrack-ng cewl crunch dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="alsa-utils bluez bluez-firmware i2c-tools lua5.1 python-configobj python-pip python-requests python-rpi.gpio python-smbus triggerhappy whiptail wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armel"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -264,8 +264,8 @@ rm -f /etc/udev/rules.d/70-persistent-net.rules
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
6
rpi2.sh
6
rpi2.sh
@@ -48,7 +48,7 @@ tools="aircrack-ng crunch cewl dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="bluez bluez-firmware firefox-esr i2c-tools python-configobj python-pip python-requests python-rpi.gpio python-smbus raspi3-firmware triggerhappy wpasupplicant xfce4-terminal xfonts-terminus"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -221,8 +221,8 @@ rm -f /etc/udev/rules.d/70-persistent-net.rules
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ tools="aircrack-ng crunch cewl dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="bluez bluez-firmware i2c-tools python-configobj python-pip python-requests python-rpi.gpio python-smbus triggerhappy wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
|
||||
architecture="arm64"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
@@ -228,8 +228,8 @@ echo "root:toor" | chpasswd
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
# libinput seems to fail hard on RaspberryPi devices, so we make sure it's not
|
||||
|
||||
@@ -36,7 +36,7 @@ tools="aircrack-ng crunch cewl dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="bluez bluez-firmware firefox-esr i2c-tools python-configobj python-pip python-requests python-rpi.gpio python-smbus triggerhappy wpasupplicant xfce4-terminal xfonts-terminus"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
|
||||
architecture="arm64"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
@@ -228,8 +228,8 @@ echo "root:toor" | chpasswd
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
# libinput seems to fail hard on RaspberryPi devices, so we make sure it's not
|
||||
|
||||
@@ -42,7 +42,7 @@ tools="aircrack-ng crunch cewl dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="bluez bluez-firmware firefox-esr i2c-tools python-configobj python-evdev python-pip python-requests python-rpi.gpio python-smbus raspi3-firmware triggerhappy wpasupplicant xfce4-terminal xfonts-terminus"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
@@ -249,8 +249,8 @@ echo "root:toor" | chpasswd
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
|
||||
# Install the kernel packages
|
||||
dpkg -i /root/raspberrypi-kernel_${rpikernelver}_armhf.deb /root/raspberrypi-kernel-headers_${rpikernelver}_armhf.deb
|
||||
|
||||
@@ -36,7 +36,7 @@ tools="aircrack-ng crunch cewl dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="bluez bluez-firmware firefox-esr i2c-tools python-configobj python-pip python-requests python-rpi.gpio python-smbus triggerhappy wpasupplicant xfce4-terminal xfonts-terminus"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
@@ -232,8 +232,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
|
||||
# Install the kernel packages
|
||||
echo "deb http://http.re4son-kernel.com/re4son kali-pi main" > /etc/apt/sources.list.d/re4son.list
|
||||
|
||||
@@ -59,7 +59,7 @@ tools="aircrack-ng crunch cewl dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="bluez bluez-firmware firefox-esr i2c-tools triggerhappy wpasupplicant xfce4-terminal xfonts-terminus"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -214,8 +214,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ tools="aircrack-ng cewl crunch dnsrecon dnsutils ethtool exploitdb hydra john li
|
||||
services="apache2 atftpd haveged openssh-server openvpn tightvncserver"
|
||||
extras="cryptsetup isc-dhcp-server lvm2 wpasupplicant"
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -175,8 +175,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ services="apache2 atftpd openssh-server openvpn tightvncserver"
|
||||
extras="bluez bluez-firmware firefox-esr i2c-tools triggerhappy wpasupplicant xfce4-terminal xfonts-terminus"
|
||||
|
||||
|
||||
packages="${arm} ${base} ${services} ${extras}"
|
||||
packages="${arm} ${base} ${services}"
|
||||
architecture="armhf"
|
||||
# If you have your own preferred mirrors, set them here.
|
||||
# After generating the rootfs, we set the sources.list to the default settings.
|
||||
@@ -193,8 +193,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# So to workaround it, we attempt to install them twice.
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${packages} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages install ${desktop} ${extras} ${tools} || apt-get --yes --fix-broken install
|
||||
apt-get --yes --allow-change-held-packages dist-upgrade
|
||||
apt-get --yes --allow-change-held-packages autoremove
|
||||
|
||||
|
||||
Reference in New Issue
Block a user