\documentclass[12pt,xcolor=table]{beamer}
\input{preamble}
\title{Название презентации}
\subtitle{Subtitle}
\institute{Division}
\author{Иван Иванов}
\date{\today}
\titlegraphic{\includesvg[height=1.5cm]{Images/Archlinux.svg}}
\usecolortheme[named=teal]{structure}
\begin{document}
\maketitle
\section{Партиции}
\label{sec:org4f3d757}
\begin{frame}{}
\begin{table}[]
\resizebox{\textwidth}{!}{%
\begin{tabular}{|l|l|l|l|}
\hline
\textbf{Mount Point} & \textbf{Partition} & \textbf{Partition Type} & \textbf{Recommended Size} \\ \hline
\texttt{/mnt/boot} & \texttt{/dev/sdb1} & EFI system partition & >= 260 MiB \\ \hline
\texttt{[SWAP]} & \texttt{/dev/sdb2} & Linux swap & > 512 MiB \\ \hline
\texttt{/mnt} & \texttt{/dev/sdb3} & Linux x86\_64 root (/) & Remainder of the device \\ \hline
\end{tabular}%
}
\end{table}
\inputminted{bash}{Code/partition.sh}
\end{frame}
\end{document}