Skip to content

Commit

Permalink
Create the /etc/update-manager dir if it doesn't exist. Fixes GNS3/gn…
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Jul 23, 2024
1 parent 45bd7ff commit 9215a5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ fi
# Activate i386 for IOU support
dpkg --add-architecture i386

# Never upgrade to Ubuntu 20.04LTS
# Never upgrade
mkdir -p /etc/update-manager
cp release-upgrades /etc/update-manager/release-upgrades
chmod 644 /etc/update-manager/release-upgrades
chown root:root /etc/update-manager/release-upgrades
chown -R root:root /etc/update-manager

# Add the GNS3 PPA
if [[ ! $(which add-apt-repository) ]]
Expand Down

0 comments on commit 9215a5a

Please sign in to comment.