Skip to content

Commit

Permalink
v6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fourdee committed Feb 24, 2018
1 parent 39f91e5 commit 27bf6a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PREP_SYSTEM_FOR_DIETPI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,9 @@ _EOF_

fi

# - Meveric, update repo to use our EU mirror: https://github.com/Fourdee/DietPi/issues/1519#issuecomment-368234302
sed -i 's@https://oph.mdrjr.net/meveric@http://fuzon.co.uk/meveric@' /etc/apt/sources.list.d/meveric* &> /dev/null

G_DIETPI-NOTIFY 2 "Updating APT for $DISTRO_TARGET_NAME:"

G_RUN_CMD apt-get clean
Expand Down
5 changes: 5 additions & 0 deletions dietpi/dietpi-drive_manager
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@

fi

#DEBUG:
echo -e "G_HW_MODEL: $G_HW_MODEL"
echo -e "mount_type_index: $mount_type_index"
#DEBUG:

local mount_type_string=0
if (( $mount_type_index == 0 )); then

Expand Down
4 changes: 4 additions & 0 deletions dietpi/patch_file
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ _EOF_
systemctl mask getty@tty$i

done
#-------------------------------------------------------------------------------
# - Meveric, update repo to use our EU mirror: https://github.com/Fourdee/DietPi/issues/1519#issuecomment-368234302
sed -i 's@https://oph.mdrjr.net/meveric@http://fuzon.co.uk/meveric@' /etc/apt/sources.list.d/meveric* &> /dev/null

#-------------------------------------------------------------------------------
#Remove any existing apt recommends settings, before applying ours: https://github.com/Fourdee/DietPi/issues/1482#issuecomment-368031044
rm /etc/apt/apt.conf.d/*recommends* &> /dev/null
Expand Down

0 comments on commit 27bf6a5

Please sign in to comment.