Skip to content

Commit

Permalink
permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed Nov 14, 2023
1 parent d0c6b97 commit 36e6b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_files/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sudo curl -L -f "${base_url}/linux_files/local.conf" -o /etc/fonts/local.conf

# Install additional scripts
sudo curl -L -f "${base_url}/linux_files/install-gnome-desktop.sh" -o /usr/local/bin/install-gnome-desktop.sh
chmod +x /usr/local/bin/install-gnome-desktop.sh
sudo chmod +x /usr/local/bin/install-gnome-desktop.sh

# Install mesa
source /etc/os-release
Expand Down

0 comments on commit 36e6b77

Please sign in to comment.