Skip to content

Commit

Permalink
Remove firefox install from desktop stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac committed Oct 14, 2024
1 parent 5202c55 commit 82912af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sources/assets/exegol/load_supported_setups.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,12 @@ function _trust_ca_cert_in_firefox() {
}

function deploy_arsenal_cheatsheet () {
# Function to add custom cheatsheets into arsenal
# Function to add custom cheatsheets into arsenal
colorecho "Deploying custom arsenal cheatsheet"
if [[ ! -d "$MY_SETUP_PATH/arsenal-cheats" ]]; then
mkdir -p "$MY_SETUP_PATH/arsenal-cheats"
fi
# This specific path is fetched by default by arsenal to load custom cheatsheet
}

# Starting
Expand Down
2 changes: 1 addition & 1 deletion sources/install/package_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function install_xfce() {

# DEBUG TOOLS
# TODO remove
fapt terminator firefox-esr iproute2
fapt terminator iproute2

# Dependencies
fapt tigervnc-standalone-server tigervnc-xorg-extension tigervnc-viewer novnc websockify xfce4 dbus-x11 intltool libtool tigervnc-tools
Expand Down

0 comments on commit 82912af

Please sign in to comment.