You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
apt-transport-https is needed only for old versions of apt since apt 1.6 integrates natively the https support
but because this script is mostly used on debian stretch we should probably add the https transport anyways
Line 6:
FGRED=$("\033[41m")
^-- SC2034: FGRED appears unused. Verify use (or export if used externally). is the only error i get when run through shellcode testing it now on my raspberry pi 3b+ quadcore
before running alternate-install.sh apt-transport-https must be installed.
The text was updated successfully, but these errors were encountered: