Skip to content

Commit

Permalink
Revert detection on VyOS build script because squeeze old!
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander authored Aug 6, 2017
1 parent 2719680 commit eb7111b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-vyos
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

if [ `lsb_release -c | grep "squeeze" | wc -l` -ne 1 ];
if [ `dpkg --status tzdata | grep Provides | cut -f 2 -d '-' | grep squeeze | wc -l` -ne 1 ];
then
echo "This script is supported on squeeze only"
exit -1
Expand Down

0 comments on commit eb7111b

Please sign in to comment.