File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ PYTHON_PACKAGES=(
4949 " python3-dev" " python3-setuptools" " python3-venv" " python3-wheel"
5050)
5151UTILS_PACKAGES=(
52- " autojump" " autossh" " bleachbit" " cifs-utils" " curl" " dislocker" " fastfetch" " git-delta" " gpg-agent " " links "
53- " mtr-tiny" " optipng" " pdftk" " pandoc" " rclone" " ssh-tools" " texlive-full " " traceroute "
54- " wget" " wireguard" " xindy" " yt-dlp" " zsh"
52+ " autojump" " autossh" " bleachbit" " cifs-utils" " curl" " dislocker" " fastfetch" " git-delta"
53+ " gocryptfs " " gpg-agent " " links " " mtr-tiny" " optipng" " pdftk" " pandoc" " rclone" " ssh-tools"
54+ " texlive-full " " traceroute " " wget" " wireguard" " xindy" " yt-dlp" " zsh"
5555)
5656APT_PACKAGES=(" ${BASE_PACKAGES[@]} " " ${DEV_PACKAGES[@]} " " ${DOCKER_PACKAGES[@]} " " ${GUI_PACKAGES[@]} " " ${PYTHON_PACKAGES[@]} " " ${UTILS_PACKAGES[@]} " )
5757
Original file line number Diff line number Diff line change 8282miniconda3
8383snap
8484Syncthing
85+ Vaults
8586VirtualBox
8687Zotero
Original file line number Diff line number Diff line change 4242 echo " Speedtest was not found."
4343fi
4444
45+ if command -v gocryptfs & > /dev/null; then
46+ echo " Running gocryptfs benchmark."
47+ gocryptfs -speed | & tee " ${DIR} /gocryptfs.txt"
48+ fi
49+
4550# These are managed by PTS
4651# 7z b -mmt1 |& tee "${DIR}/7z_single_thread.txt"
4752# 7z b |& tee "${DIR}/7z.txt"
You can’t perform that action at this time.
0 commit comments